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
I need to get data from the point of the graph on click on it, then make an action with it. Please, help to find the right way to do it. Is it possible in MetricsGraphics.js?
Thanks.
The text was updated successfully, but these errors were encountered:
jens-ox
added a commit
to jens-ox/metrics-graphics
that referenced
this issue
Mar 11, 2020
This is implemented in the updated fork over at https://github.com/jens-ox/metrics-graphics, but isn't documented yet. You can pass a voronoi parameter when instantiating a LineChart, which allows overriding the default voronoi behavior:
newLineChart({//...voronoi: {onClick: point=>{// do something}}})
I need to get data from the point of the graph on click on it, then make an action with it. Please, help to find the right way to do it. Is it possible in MetricsGraphics.js?
Thanks.
The text was updated successfully, but these errors were encountered: