asascience / ott-coops

Project Tracking for OTT Co-Ops
1 stars 0 forks source link

Sometimes an Observation Plot Line doesn't appear after data update #486

Closed ndellicarpini closed 2 years ago

ndellicarpini commented 2 years ago

Sometimes when you select a parameter, it simply does not appear on the observation plot, requiring it to be disabled & re-enabled. The only way I've seen to reliably recreate this issue is to use the yet-to-be-merged retry after error when you already have lines on the observation plot, but it definitely also happens randomly.

Here's a video of it happening: https://user-images.githubusercontent.com/22432482/174122055-b28dd751-9cb0-460b-bdac-0a1920d383b5.mp4

I'm triggering the error by disconnecting my ethernet while the first line is loading. As far as I can tell, it's some issue w/ highcharts not updating properly, as I've checked the data being sent to highcharts and it seems to include both lines. Also, if you notice the y-axis legend actually moves to the other side when I retry the other line, so something is definitely trying to be updated.