-
Hi! When the This is handled by Is there any way for us to programmatically select some spots, by |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If you need to modify the default behavior, you must implement your approach yourself. And yes you can override the |
Beta Was this translation helpful? Give feedback.
-
I'll dedicate some time to this when I find that my modifications are good enough for me, I'll post a minimal reproducible code here so that other people can use it |
Beta Was this translation helpful? Give feedback.
If you need to modify the default behavior, you must implement your approach yourself. And yes you can override the
touchCallback
and respond to the touch event as you want. (for example you can have some flags and dosetState()
to apply your own effect on the chart)