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
I would like to be able to handle the event when a line is clicked on the chart editor.
This seems possible using the react plotly library
with event handler props.
The text was updated successfully, but these errors were encountered:
There's no way to do this with PlotlyEditor but if you go one level inwards, you can control how EditorControls and Plot interact and attach whatever handlers you like therein :)
Is there a way to use plotly events with the component like
in https://plot.ly/javascript/plotlyjs-events/
I would like to be able to handle the event when a line is clicked on the chart editor.
This seems possible using the react plotly library
with event handler props.
The text was updated successfully, but these errors were encountered: