gpt4 book ai didi

javascript - Highcharts xRange 图表时间轴在缩放时不显示

转载 作者:太空宇宙 更新时间:2023-11-04 16:13:55 26 4
gpt4 key购买 nike

我在尝试在网络应用程序中显示 Xrange 图表时遇到问题。

一切正常,直到我尝试缩放图表并且数据输入的极端之一落在视口(viewport)之外,从那时起图形表示就不再显示。

chart: {
type: 'xrange',
zoomType: 'x'
},
title: {
text: 'Highcharts X-range study'
},
xAxis: {
type: 'datetime'
},
yAxis: {
max: 1,
opposite: false,
categories: ["", ""],
gridLineWidth: 0
},
plotOptions: {
series: {
turboThreshold: 0
}
}
...

http://jsfiddle.net/gyun8q3a/1/

最佳答案

正如@morganfreecomment中正确地说的那样,当时OP提出问题时x-range仍在开发中。

此错误已在 Highcharts 版本 6 中修复,但我在 Angular 5 应用程序中仍然遇到同样的问题,直到我在以下错误报告中看到 oysteinmoseng 的评论:https://github.com/highcharts/highcharts/issues/6577

请务必包含 modules/xrange.js而不是旧的modules/xrange-series.js .

关于javascript - Highcharts xRange 图表时间轴在缩放时不显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41221316/

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