-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Description
Feature Proposal
In my project I use a simple scatter chart with multiple datasets. The main difference between most charts like that is, that in my I case I created clickhandlers to the datapoints to show up more information below the chart.
Now the thing is: It might be cool to have the datapoint being able to show a mouse cursor pointer, so it indicates that its clickable.
Is it possible to add a feature oder a flag to the datasets to enable this kind of a feauture?
Maybe other guys like to use this as well. Even though it might be a rare case.
Possible Implementation
No response