map.js 在 4.2.4 版本中无法使用 highstock ( mapNavigation )

map.js is not working with highstock in 4.2.4 version ( mapNavigation )

我正在尝试集成 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 版本

对于 4.2.4 版本,使用该版本的所有脚本文件

Forked Fiddle

<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>