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
Hi,
the function set_input_click captures click events. I see that apexcharts.js also allows mouse-over events (called mouseMove).
Can this be implemented in the apexcharter package, so that one can e.g., retrieve the x- and y-coordinates when hovering over a point in a scatterplot?
Many thanks!
Bernhard
The text was updated successfully, but these errors were encountered:
I have to see how this event works with different types of charts before eventually integrate it like click event. Here's an example on how to use it currently:
The value returned is the index of the data (starting from 0 in JavaScript), returning -1 if no point hovered.
This works here because there's only one serie of data, if several, you'll have to use seriesIndex too.
Hi,
the function
set_input_click
captures click events. I see that apexcharts.js also allows mouse-over events (called mouseMove).Can this be implemented in the apexcharter package, so that one can e.g., retrieve the x- and y-coordinates when hovering over a point in a scatterplot?
Many thanks!
Bernhard
The text was updated successfully, but these errors were encountered: