vikasrao
vikasrao

Reputation: 95

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

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/

enter image description hereJsfiddle - (works) https://jsfiddle.net/Yrygy/257/ enter image description here

Upvotes: 0

Views: 2153

Answers (1)

Raein Hashemi
Raein Hashemi

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

Related Questions