gpt4 book ai didi

javascript - Highstock 给出错误 15

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:15:40 26 4
gpt4 key购买 nike

我在 highstock 中添加了两个时间序列,但是在运行示例之后,我在控制台中得到了这个错误 : Highcharts error #15 浏览器也没有正确显示。我检查了此错误,但时间序列数据仅按升序排列,因此无法弄清楚为什么会出现此错误?

$('#chartdiv').highcharts('StockChart', {
rangeSelector: {
selected: 2
},
legend: {
enabled: true
},
credits: {
enabled: false
},
chart: {
zoomType: 'x'
},
title: {
text: 'test highchart'
},
series: seriesOptions
});

Here是上述问题的 fiddle 。

最佳答案

您的 timeArr 数组实际上没有排序。只需添加此行即可消除错误:

timeArr.sort();

查看您的 updated JSFiddle here .

关于javascript - Highstock 给出错误 15,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32051845/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com