Hi,
I need the x-axis values, when hovering over my plotly chart. According to the plotly docs (https://plot.ly/javascript/hover-events/) the hover event callback should contain the field “points” from which I should get the x value.
But if you look at this basic example you can see that the callback does not contain the field “points”. Also other fields like “data” are undefined:
https://jsfiddle.net/c1kt3r82/158/
What am I doing wrong?
Thanks in advance,
Max