Cursor/pointer style

Hello,

is there a way to change the cursor/pointer style when any point is selected on the chart or mouse hover over the chart?

Thanks,
Suhas

1 Like

Here’s a hacky solution: http://codepen.io/etpinard/pen/ZpyRxr

That was helpful. Thanks

I worked off of this to make the cursor change to a POINTER when a user hovers over a point in a scatterplot. http://codepen.io/destrada/pen/perVON

2 Likes