Skip to content

Commit

Permalink
Merge pull request #37 from ceenell/time-chart
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
cnell-usgs committed Oct 1, 2021
2 parents b4ff86b + 62a23ec commit 347243e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GWL.vue
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default {
let promises = [
self.d3.csv(self.publicPath + "quant_peaks.csv", this.d3.autotype), // used to draw legend shapes - color palette needs to be pulled out
self.d3.csv("https://labs.waterdata.usgs.gov/visualizations/data/gw-conditions-wy20.csv", this.d3.autotype),
self.d3.csv("https://labs.waterdata.usgs.gov/visualizations/data/gw-conditions-gw_sites.csv", this.d3.autotype),
self.d3.csv("https://labs.waterdata.usgs.gov/visualizations/data/gw-conditions-sites.csv", this.d3.autotype),
self.d3.csv("https://labs.waterdata.usgs.gov/visualizations/data/gw-conditions-daily-count.csv", this.d3.autotype)
];
Promise.all(promises).then(self.callback); // once it's loaded
Expand Down

0 comments on commit 347243e

Please sign in to comment.