Highstock Navigator does not work if you also import "highcharts-more"

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 displays fine, but if I add it, the data series stops rendering and only shows the range selector. Please help. My jsfiddle - (doesn't work) http://jsfiddle.net/Yrygy/258/

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

0


source to share


1 answer


Change the order of scripts. Move it highcharts-more.js

up highstock.js

and it will work.



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

+1


source







All Articles