So, I want the details of a point on click, like the trace index and point index. Though ‘plotly_click’ does emit those data on click but I have few problems
- I need
pointer-events: all
(for some purpose) on the points, and the theplotly_click
doesn’t get fired. -
plotly_click
only emit aftermouseup
and I need that data onmousedown
Is there any way to solve this problem?