答案 0 :(得分:2)
这是我的解决方案:
plotOptions: {
gauge: {
dial: {
radius: '70%',
backgroundColor: 'gray',
baseWidth: 20,
topWidth: 1,
baseLength: '3%', // of radius
rearLength: '0%'
},
pivot: {
radius: 10,
backgroundColor: 'gray'
}
}
}
黑点不会被移除,而是放大并涂成灰色,这样就可以作为表盘的圆形背面。我担心你的图像中的表盘的精确撕裂形状可能无法通过highcharts实现。
答案 1 :(得分:1)
http://jsfiddle.net/6r654hr9/1/
i have editing in your jsfiddle file
答案 2 :(得分:1)
http://jsfiddle.net/6r654hr9/4/ Check and try this link this will work fine for you