Reputation: 95
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) https://jsfiddle.net/Yrygy/258/
Jsfiddle - (works) https://jsfiddle.net/Yrygy/257/
Upvotes: 0
Views: 2153
Reputation: 3384
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
Upvotes: 1