我发现这个例子允许将双击缩放设置为true。我需要能够放大一下,如何在高图表中执行此操作。
此处的DoubleClick缩放示例:
mapNavigation: {
enabled: true,
enableDoubleClickZoomTo: true
},
答案 0 :(得分:0)
答案 1 :(得分:0)
you can use zoomTo() , it'll zoom to a particular point wherever you have clicked
here is a fiddle