fix: BUG修改

This commit is contained in:
kun 2024-02-20 15:02:07 +08:00
parent b07c19325e
commit 79ee9b7572

View File

@ -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