我正在尝试整合 mapNavigation 的未来。 MapNavigation可在map.js上找到。
我似乎有一些map.js的工作示例,其中包含用于mapNavigation的highstock。
mapNavigation = {
enabled: true,
enableButtons: false
}
我的问题仅限4.2.4。最新版本工作正常
获取以下错误。
无法读取未定义
的属性'documentElement'http://jsfiddle.net/MohaideenIsmail/uvmfkcvu/ - 最新版本(5.0.2)的工作示例
http://jsfiddle.net/MohaideenIsmail/uvmfkcvu/1/ - 无法在4.2.4版本中使用
答案 0 :(得分:1)
对于4.2.4版本,使用该版本的所有脚本文件
<script src="https://code.highcharts.com/stock/4.2.4/highstock.js">
</script>
<script src="https://code.highcharts.com/maps/4.2.4/modules/map.js"></script>
<script src="https://code.highcharts.com/stock/4.2.4/modules/exporting.js"></script>