Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找适用于高图缩放的平移。
Highcharts API 中有一个示例:
Highcharts API
jsfiddle.net 上的示例
您必须添加的代码是:
chart: { type: 'line', zoomType: 'x', panning: true, panKey: 'shift' }