gpt4 book ai didi

kendo-ui - 在kendo UI中如何在折线图中绘制垂直线

转载 作者:行者123 更新时间:2023-12-03 22:11:35 25 4
gpt4 key购买 nike

enter image description here如何使用 Html5 和剑道 UI 在折线图中绘制一条垂直线?谁能帮我解决这个问题?

最佳答案

尝试这个:

// let chart be the id
$("#chart").kendoChart({
categoryAxis: {
notes: {
line: {
length: 300
},
data: [{
value: new Date(2012, 0, 3),
label: {
text: "-" //text you want to show
}
}]
}
}
});

演示: http://jsbin.com/obuweca/26

/ * 不带圆圈 * /
$("#chart").kendoChart({
categoryAxis: {
notes: {
line: {
length: 300
},
icon: {
border: {
width: 0
}
},
// Initial notes
data: [{
value: new Date(2012, 0, 3)
}]
}
}
});

演示: http://jsbin.com/obuweca/29/

关于kendo-ui - 在kendo UI中如何在折线图中绘制垂直线,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22013749/

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