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.
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.