openskope / skopeui

SKOPE user interface and visualization app
https://www.openskope.org
MIT License
0 stars 4 forks source link

selecting a year in timeseries plot has an invalid trace value #151

Closed alee closed 2 years ago

alee commented 2 years ago

Selecting a year in TimeSeriesPlot creates a new trace with the value set to the maximum value of the entire rendered plot, not the value at that year

image

alee commented 2 years ago

this is fixed now but the line doesn't have any hover text now, could use something like https://stackoverflow.com/questions/62220294/hoverinformation-for-shapes-in-plotly to set hover text but that's likely a stretch goal after other more pressing issues have been fixed