问题
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/


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