i found this example that allows to set double click zoom to true. I need to be able to zoom in a single click how can I do that in high charts.
DoubleClick zoom example here:
mapNavigation: {
enabled: true,
enableDoubleClickZoomTo: true
},