Highstock navigator does not work when also importing “highcharts-more” file

送分小仙女□ 提交于 2019-12-12 04:53:27

问题


Does anyone know why this is happening? If I remove this -

<script src="http://code.highcharts.com/highcharts-more.js"></script>

The navigator data series renders fine, but if I add it, the data series stops rendering and only the range selector shows. Please help. My jsfiddle - (does not work) http://jsfiddle.net/Yrygy/258/

Jsfiddle - (works) http://jsfiddle.net/Yrygy/257/


回答1:


Reorder the scripts. Move highcharts-more.js above highstock.js and it will work.

I think the problem is because of this: http://www.highcharts.com/errors/16



来源:https://stackoverflow.com/questions/26765477/highstock-navigator-does-not-work-when-also-importing-highcharts-more-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!