flatironinstitute / mcmc-monitor

Monitor MCMC runs in the browser
Other
35 stars 0 forks source link

Add mouseover highlighting of individual data series for line plots. #83

Open jsoules opened 1 year ago

jsoules commented 1 year ago

For the plots on the Time Series tab of the run page, it'd be very helpful for the user to be able to mouse over a particular chain's data series and highlight that chain (perhaps by bolding the mouse-over chain and decreasing the alpha for the other chains, etc).

These plots are generated with react-plotly.js and there may be some useful functionality there, though the events I'm seeing go the other way--requires more research.

This would require coordination between the SequencePlotWidget and the ChainsSelector.tsx widget (for now), although we might expand this to other places where line graphs appear.