You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New tip for demand graph in EIA (US Energy) example (#1041)
* 1. Remove unused columns from data loader
2. Move row filtering from page to data loader
3. Change tooltip in line chart to show all values for a given date so values are not obscured
4. Add comments and minor code decluttering
* Use default colors for hover tip
* Rolled up data in a separate table for tips
* Rollup to tip (cont'd)
* Hover feedback to dashed line
* git hygiene — rename this file instead of delete+new (pt 1)
* git hygiene pt 2 — Delete us-demand.zip.js
* git hygiene pt 3 — rename us-demand.csv.js to us-demand.zip.js
* git hygiene pt 4 — trying CLI mv instead of github UI
* git hygiene pt 5 — CLI mv
* Remove redundant data type labels
* Remove chart junk
* Remove second "date" from tip
* Remove option that does nothing
* Add semicolons
* Add semicolons
* Revert to single csv data loader instead of zip
* Change date to more global friendly format
* minimize diff & tighter loop
* adopt d3.rollup
---------
Co-authored-by: Philippe Rivière <[email protected]>
0 commit comments