2013-03-07 52 views

回答

7

還有就是Highcharts API中的一個例子:

Highcharts API

Example on jsfiddle.net

必須添加的代碼是:

chart: { 
     type: 'line', 
     zoomType: 'x', 
     panning: true, 
     panKey: 'shift' 
    } 
+0

我一直在尋找這個這麼難!謝謝 – vim 2015-12-14 10:15:53

相關問題