From f9af1703cf856d8d824255025701fc76d5fc0e83 Mon Sep 17 00:00:00 2001
From: longyvfengyun <496960745@qq.com>
Date: 星期六, 11 十一月 2023 13:20:07 +0800
Subject: [PATCH] 内容提交

---
 src/components/echarts/options/rosePie.js |   19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/src/components/echarts/options/rosePie.js b/src/components/echarts/options/rosePie.js
index d1213c2..cb02425 100644
--- a/src/components/echarts/options/rosePie.js
+++ b/src/components/echarts/options/rosePie.js
@@ -29,22 +29,19 @@
         radius: '50%',
         center: ['50%', '50%'],
         color: ['rgb(131,249,103)', '#FBFE27', '#FE5050', '#1DB7E5'], //'#FBFE27','rgb(11,228,96)','#FE5050'
-        data: [{
-          value: 285,
-          name: '榛戝悕鍗曟煡璇�'
-        },
+        data: [
           {
-            value: 410,
-            name: '绾㈠悕鍗曟煡璇�'
+            value: 1,
+            name: '鎬ュ姞閫�'
           },
           {
-            value: 274,
-            name: '娉曚汉琛屾斂澶勭綒'
+            value: 2,
+            name: '瓒呴��'
           },
           {
-            value: 235,
-            name: '鍏跺畠鏌ヨ'
-          }
+            value: 4,
+            name: '鐤插姵椹鹃┒'
+          },
         ].sort(function(a, b) {
           return a.value - b.value
         }),

--
Gitblit v1.9.1