Closed iamomidk closed 3 years ago
@iamomidk Can you specify what exactly actions do you want to prohibit? Showing the tooltip?
yes exactly.
You can simply disable the tooltip like this:
Sparkline chart = AnyChart.sparkline();
chart.tooltip(false);
how to disable the touch input in Sparkline chart in android