fix: BUG修改

This commit is contained in:
kun 2024-02-22 14:40:11 +08:00
parent 921b918963
commit 3c3a2ce70e

View File

@ -162,7 +162,7 @@ function drawChart() {
center: posCenter.value,
splitNumber: 4,
min: 0,
max: 100,
max: 500,
startAngle: 180,
endAngle: 0,
axisLine: {
@ -210,7 +210,7 @@ function drawChart() {
center: posCenter.value,
splitNumber: 4,
min: 0,
max: 100,
max: 500,
startAngle: 180,
endAngle: 0,
axisLine: {
@ -258,7 +258,7 @@ function drawChart() {
center: posCenter.value,
splitNumber: 4,
min: 0,
max: 100,
max: 500,
startAngle: 180,
endAngle: 0,
@ -315,7 +315,7 @@ function drawChart() {
width: 26,
color: [
[
analysisData.value / 100,
analysisData.value / 500,
new echarts.graphic.LinearGradient(0, 0, 1, 0, [
{
offset: 0.5,