gpt4 book ai didi

jquery - 我想为 Highcharts 绘图线标签应用自定义样式

转载 作者:行者123 更新时间:2023-12-01 08:33:55 24 4
gpt4 key购买 nike

我想应用自定义样式的 Highcharts 情节线标签。我正在使用 borderRadiusRight 选项,但它不适用。以下是我的代码。请检查。

Highcharts.chart('chart', {
//...
xAxis: {
plotLines: [{
color: 'red',
width: 2,
value: sbar,
dashStyle: 'solid',
label: {
y: -6,
x: 25,
useHTML: true,
text: 'Start date',
textAlign: 'center',
rotation: 0,
style: {
backgroundColor: 'red',
color: 'white',
padding: '2px',
fontWeight: 'bold',
borderRadiusRight: '10px'
}
},
}]

}
//...
});

最佳答案

css/highcharts 中没有样式 borderRadiusRight。您必须为此使用 borderRadius 属性。

尝试使用borderRadius:0 10px 10px 0

这里第一个值适用于左上角,第二个值适用于右上角,第三个值适用于右下角,第四个值适用于左下角。

关于jquery - 我想为 Highcharts 绘图线标签应用自定义样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59101627/

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