答案 0 :(得分:0)
是的,可以。您需要使用Highstock
源代码才能启用具有基本chart
构造函数类型的导航器:
Highcharts.chart('container', {
series: [{
data: [...]
}],
navigator: {
enabled: true
}
});
实时演示: http://jsfiddle.net/BlackLabel/aug9L52r/
API参考: https://api.highcharts.com/highstock/navigator.enabled