gpt4 book ai didi

highcharts - 仪表 Highcharts : Exterior circle color

转载 作者:行者123 更新时间:2023-12-04 04:57:04 26 4
gpt4 key购买 nike

有没有办法改变或摆脱 HighCharts 仪表图中的灰色圆圈?

Look this Gauge pls

$(function () {
$('#container').highcharts({
chart: {
type: 'gauge',
backgroundColor:'rgba(255, 255, 255, 0.1)',
plotBorderWidth: 0,
plotShadow: false
},
title: {text: ''},
pane: {background: [{backgroundColor: 'transparent'}]},
yAxis: {
min: 0,
max: 200,
lineColor: 'transparent',
minorTickColor: '#FF0000',

tickColor: '#FF0000',
labels: {
step: 2,
rotation: 'auto'
},
},
series: [{
name: 'Speed',
data: [80]
}]
});
});

我找不到任何选项可以更改为灰色圆圈的颜色或选择不进行掠夺。

任何想法请

最佳答案

使用 pane.background.borderWidth属性(property):http://jsfiddle.net/xMjqp/2/

来自文档:http://api.highcharts.com/highcharts#pane.background

关于highcharts - 仪表 Highcharts : Exterior circle color,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16619616/

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