earthquake-eventpages
earthquake-eventpages copied to clipboard
Graphing errors
Look at the following charts on the development servers
condensed x-axis: https://earthquake.usgs.gov/earthquakes/eventpage/pr2019035005/dyfi/responses-vs-time
Repeated values on the y-axis: https://earthquake.usgs.gov/earthquakes/eventpage/ci38474368/dyfi/intensity-vs-distance?source=us&code=ci38474368
This only appears to be an error on dev when working with built code. I can't reproduce the error when the project is not bundled.
@ehunter-usgs The crazy x-axis on the responses plot is showing that we're not trimming data to match the max x-axis value. This may already by fixed by my plotting updates, but I'll have to look into it... Were you able to reproduce this issue locally building with --prod?