Hi,
I have a stacked bar chart which has multiple traces. Is it possible to get only one point from the 3 traces (without having to use select and filter)? I know as of now when using hoverData
and clickData
with multiple traces, it returns an array of all the points. Possibly using the location of the mouse?
Thanks!