usgs / earthquake-eventpages

Web application for displaying earthquake event pages.
Other
28 stars 22 forks source link

Graphing errors #1704

Open ehunter-usgs opened 5 years ago

ehunter-usgs commented 5 years ago

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

ehunter-usgs commented 5 years ago

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.

dslosky-usgs commented 5 years ago

@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?