简体   繁体   中英

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/

在此处输入图片说明 Jsfiddle - (works) https://jsfiddle.net/Yrygy/257/ 在此处输入图片说明

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM