Hello I am using Highcharts for displaying charts. The chart also uses zoom feature. I want to remove the zoom feature. Any ideas on what we can do to remove the zoom feature.
You can set the zoom level.
Under the chart element, you can use the zoomType
property, and set the exact width and height as the original size. You could also try setting enable: false
or setting the level to null
.
More information can be found on the API documentation.
Simply attribute zoomtype property mentioned in chart. I am sure if your chart is supporting zoom currently, then there must be zoomtypoe mentioned in its configuration. Just set it to false.
chart:{ zoomType : false }
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With