You are not logged in.
Hi,
I want to disable chart zooming functionality. Is there anyway we can do this?
Thanks,
Kanakaraja
Offline
Yes:
chart.chartCursorSettings.zoomable = false;
This disabled zooming by cursor.
However the chart will still be zoomable if you use scrollbar. There's no way to disable zoom for scrollbar unless you remove it altogether.
Offline
© amCharts | Forum engine: PunBB