Created by: shuklaayush
Description of PR Added d3 transitions to all charts
- Refactored timeseries.js and added transitions to all charts
- Removed obsolete code
Transitions give a feel of what's happening when you toggle the switches.
Type of PR
-
Bugfix -
New feature
Checklist
-
Compiles and passes lint tests -
Properly formatted -
Tested on desktop -
Tested on phone
PS: Right now, the focus dots can be interrupted mid-transition by mouse events. Can't seem to find a way to prevent this from happening in d3. Any help is appreciated.