blob: 2f342dc62de3b1c761b0ff31de5aef3197d58925 [file] [log] [blame]
/*
title: Speed Gauge
titleCN: 速度仪表盘
category: gauge
difficulty: 2
*/
option = {
series: [{
type: 'gauge',
progress: {
show: true,
width: 18
},
axisLine: {
lineStyle: {
width: 18
}
},
axisTick: {
show: false
},
splitLine: {
length: 15,
lineStyle: {
width: 2,
color: '#999'
}
},
axisLabel: {
distance: 25,
color: '#999',
fontSize: 20
},
anchor: {
show: true,
showAbove: true,
size: 25,
itemStyle: {
borderWidth: 10
}
},
title: {
show: false
},
detail: {
valueAnimation: true,
fontSize: 80,
offsetCenter: [0, '70%']
},
data: [{
value: 70
}]
}]
};