gpt4 book ai didi

javascript - Highchart - 在 PlotLine 标签上使用格式化程序

转载 作者:行者123 更新时间:2023-11-28 01:37:56 25 4
gpt4 key购买 nike

我使用 highchart 在 x 轴上的绘图线旁边显示一些文本。我想通过格式化程序函数自定义每个标签,因为图表中的所有其他标签都可以这样做。

我见过another topic on this matter但他们使用 TypeScript,而我没有。

我正在做的是:

vay chart = new HighChart({
...
xAxis: {
plotLines: [{
id: "plotLines",
zIndex: 15,
color: myColor,
width: 1,
value: theXvalue, //x value where to show the line
label: {
formatter: function () {
return " VAL > "+this.value;
}
},
}]
},
...
});

如果我在标签中设置“文本”值,它就会显示出来,并且它的工作方式就像一个魅力。

对这些标签使用格式化程序有任何帮助吗?

最佳答案

不幸的是你不能使用格式化程序,你应该在文本对象中定义标签的内容,它可以包装在html元素中,但是你需要设置[useHTML( http://api.highcharts.com/highcharts#xAxis.plotLines.label.useHTML )参数

关于javascript - Highchart - 在 PlotLine 标签上使用格式化程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21280790/

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