gpt4 book ai didi

javascript - Highcharts 动态添加/更改 yAxis plotLines

转载 作者:数据小太阳 更新时间:2023-10-29 04:38:54 27 4
gpt4 key购买 nike

我正在尝试让我的用户能够向图表添加最大 plotLine 并让它在图表超过该线时更改图表的背景颜色。我似乎无法获得更新情节的方法。我试过:

chart.yAxis[0].update({
plotLines: [{
id: 'limit-max',
color: 'blue',
dashStyle: 'LongDashDot',
width: 1,
value: 45000,
zIndex: 0
}]
});

但是我得到了错误:

TypeError: a is undefined

...dBands,function(a){a.render()});n(this.series,function(a){a.isDirty=!0})},setCat...

highcharts.js (line 136)

最佳答案

您只能销毁和创建新的 plotLins,因为 update() 函数不可用。

关于javascript - Highcharts 动态添加/更改 yAxis plotLines,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16676922/

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