使用 HighCharts 3,在触摸设备上,我们不能再让工具提示跟随触摸。
但我已经看到了新选项Tooltip
。followPointer
.
目的是通过禁用平移并使工具提示跟随触摸来恢复Highcharts 2 的行为,例如:
chart: {
panning: false,
},
tooltip: {
crosshairs: true,
followPointer: true
},
但它似乎不起作用..
演示:http: //jsfiddle.net/jpFgq/1/