简体   繁体   English

当还导入“highcharts-more”文件时,Highstock 导航器不起作用

[英]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 -(不起作用) https://jsfiddle.net/Yrygy/258/

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

Reorder the scripts.重新排序脚本。 Move highcharts-more.js above highstock.js and it will work.移动highcharts-more.js以上highstock.js ,它会工作。

I think the problem is because of this: http://www.highcharts.com/errors/16我认为问题是因为这个: http : //www.highcharts.com/errors/16

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Vue导入Highcharts时遇到问题-更多 - Vue encountering problem when importing highcharts-more highcharts-more + requirejs,Highcharts未定义 - highcharts-more + requirejs, Highcharts undefined highcharts图中的导航器不起作用 - Navigator in highcharts graph does not work Highcharts / HighStock gapUnit 打破导航器 - Highcharts / HighStock gapUnit breaks navigator Ionic3 Highcharts-更多导入错误--JsAllow未设置 - Ionic3 Highcharts-More import Error --JsAllow Not Set Highcharts(highstock),如何将日期传递到导航器 - Highcharts(highstock), how to Pass the dates to the navigator Highstock的Navigator系列(highcharts-ng) - Navigator series in Highstock (highcharts-ng) 当我在不同的时间间隔中有多个序列时,该如何解决highstock中的导航器问题? - How can I fix the navigator issue in highstock when I have more than 1 series in different time intervals? Highcharts / Highstock导航器不会反映主要图表数据 - Highcharts/Highstock navigator won't reflect main chart data 当函数返回时,reduce 函数如何工作? 还想了解更多关于作曲和作曲的信息 - How does the reduce function work when a function is returned? Would also like to know more about compose and composition
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM