amCharts support forum

You are not logged in.

Announcement

FORUM CLOSED! This forum is closed. We moved to a new place at Zendesk. Update your bookmarks.

Flash Charts: Flash Stock Chart


#1 2012-07-15 18:38:41

Kanakaraja
Member

How to disable chart zooming?

Hi,

I want to disable chart zooming functionality. Is there anyway we can do this?

Thanks,
Kanakaraja

Offline

 

#2 2012-07-16 13:50:11

martynasma
Administrator

Re: How to disable chart zooming?

Yes:

Code:

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