如何使用 ZingChart 绘制直线?

How can I draw a straight line using ZingChart?

最终结果应该是这样的。看到 LSL 线了吗?我怎么能画出来,有没有办法强制绘制第一个值?还是我应该只画一个叠加层?

尝试(系列内)

valueBox:{
    visible:true,
    color:"red",
    text:"LPL"
},
type:'line',
"line-style":"dashed",
lineWidth: 1,
"values":[max+1],
lineColor:"red",
"marker":{ visible:false}

您可以使用次要指南,然后将索引检查设置到您想要的位置。

"minor-guide":{
                    rules:[{
                    rule:'%scale-index === 0',
                    alpha:1,
                    lineStyle: 'dashed',
                    lineWidth:1,
                    lineColor:"red",
                    visible:true
                }]