From 7852ccae5aeaeb365e8aa95bd2967c1ce18a1f6c Mon Sep 17 00:00:00 2001
From: suerwei <18810552194@163.com>
Date: 星期二, 28 五月 2024 18:00:06 +0800
Subject: [PATCH] 修改柱子颜色

---
 javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/info.html |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/info.html b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/info.html
index 15c7106..f544be0 100644
--- a/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/info.html
+++ b/javaweb-plus/javaweb-cms/src/main/resources/templates/geo/project/info.html
@@ -264,7 +264,11 @@
                         emphasis: {
                             focus: 'series'
                         },
-                        data: []
+                        data: [],
+                        itemStyle: {
+                            // 淇敼鏌卞瓙鐨勯鑹�
+                            color: '#e2b507'
+                        }
                     },
                     {
                         name: '鍏ュ簱',
@@ -273,7 +277,11 @@
                         emphasis: {
                             focus: 'series'
                         },
-                        data: []
+                        data: [],
+                        itemStyle: {
+                            // 淇敼鏌卞瓙鐨勯鑹�
+                            color: '#2992c6'
+                        }
                     },
 
                 ]

--
Gitblit v1.9.1