You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by paradox460 March 19, 2024
I'm trying to make a stacked graph initiate hover events on all graphs when you hover over one graph. I figure I can do this with an on_hover callback, and a function, but I don't see how I can use the Plotly.Fx module; it does not appear to be available when probing from a browser's debug call or just calling directly in the $fn
Discussed in #396
Originally posted by paradox460 March 19, 2024
I'm trying to make a stacked graph initiate hover events on all graphs when you hover over one graph. I figure I can do this with an
on_hover
callback, and a function, but I don't see how I can use thePlotly.Fx
module; it does not appear to be available when probing from a browser'sdebug
call or just calling directly in the$fn
Basically I'm trying to recreate the effect seen https://plotly.com/javascript/hover-events/#coupled-hover-events, but for a stacked grid of plots
The text was updated successfully, but these errors were encountered: