fix: BUG修改
This commit is contained in:
parent
b07c19325e
commit
79ee9b7572
@ -55,7 +55,7 @@ function drawChart() {
|
||||
center: posCenter.value,
|
||||
splitNumber: 10,
|
||||
min: 0,
|
||||
max: 100,
|
||||
max: 500,
|
||||
startAngle: 180,
|
||||
endAngle: 0,
|
||||
axisLine: {
|
||||
@ -121,7 +121,7 @@ function drawChart() {
|
||||
startAngle: 180,
|
||||
endAngle: 0,
|
||||
min: 0, //最小刻度
|
||||
max: 100, //最大刻度
|
||||
max: 500, //最大刻度
|
||||
splitNumber: 20, //刻度数量
|
||||
axisLine: {
|
||||
show: false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user