gpt4 book ai didi

highcharts - 如何在 Highcharts 中延长或突出显示水平线?

转载 作者:行者123 更新时间:2023-12-02 23:21:32 24 4
gpt4 key购买 nike

我想在我的图表中创建一种基线,其中有多列和一条值为“1”的水平线,该水平线从 y 轴开始并超出最后一列。请参阅此示例:

enter image description here

现在,我已经创建了类似的东西,但尚未成功:

enter image description here

系列代码很简单:

            series:
[{
type: 'column',
data: [4.05,2.81,2.1,1.20,0.37]
},
{
type: 'line',
name: 'Globale Biokapazität',
data: [1,1,1,1,1]
}]

我可以设置任何参数来延长线路吗?或者还有其他方法可以突出显示一行吗?

感谢您的任何提示!

最佳答案

关于 plotLines 有很多例子

只需使用这样的东西:

yAxis: {
plotLines:[{
value:450,
color: '#ff0000',
width:2,
zIndex:4,
label:{text:'goal'}
}]
},

其中之一:DEMO

关于highcharts - 如何在 Highcharts 中延长或突出显示水平线?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15220714/

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