I am using highcharts api to develop charts in my application. I am using highstack class from highcharts.
What I am looking is I want handle the zoom controls from external buttons.
for example there is a radio button like zoom (yes, no), if we select yes then zoom functionality should be enable in my chart. If no selected then zoom functionality should be disabled.
I have tried with following property:
zoomType: 'xy'
I have tried to reset the above property, but failed.
Please give me any suggestion to fix this issue.
Thanks in advance..