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 am pretty much a nube and hopefully didn't miss something in the docs. I don't see anything in the API about MarkSeriesCanvas and interactivity.
I have
<MarkSeriesCanvas {...stuff} onValueClick={ (datapoint) => console.log(datapoint) } />
Nothing is getting fired when I click.
If I use the SVG version, I get the event. Is this supported in Canvas mode?