DOI-USGS / water-use

Visualization using USGS water use data.
https://owi.usgs.gov/vizlab/water-use/
Creative Commons Zero v1.0 Universal
15 stars 16 forks source link

Using state data to make totals #173

Closed ldecicco-USGS closed 7 years ago

ldecicco-USGS commented 7 years ago

Addresses #164

ldecicco-USGS commented 7 years ago

Need to round...thinking about the best place for that

ldecicco-USGS commented 7 years ago

OH! and the bar colors aren't changing correctly...Totals (blue), PS (red), and Irr (green) work, but industrial and thermo don't.

jordansread commented 7 years ago

round right before it is written to json?

ldecicco-USGS commented 7 years ago

Just making sure there aren't other calculations being done after...I think you are right.

jordansread commented 7 years ago

@ldecicco-USGS the colors won't change if the function doesn't find the field in the json, so maybe those categories are missing? It writes to cache/{filename}.json if you want to take a look