From 286c96cd573c60d1af5d6d332df1825b4c600289 Mon Sep 17 00:00:00 2001
From: WX <1377869194@qq.com>
Date: 星期一, 18 九月 2023 10:56:15 +0800
Subject: [PATCH] 图表样式

---
 src/components/BarGraphAxisLine.vue |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/src/components/BarGraphAxisLine.vue b/src/components/BarGraphAxisLine.vue
index 7e582b2..04e42c2 100644
--- a/src/components/BarGraphAxisLine.vue
+++ b/src/components/BarGraphAxisLine.vue
@@ -41,13 +41,11 @@
       type: "line",
       smooth: true,
       symbol: "none", //鍙栨秷鎶樼偣鍦嗗湀
-      itemStyle: {
-        normal: {
-          label: {
-            show: false,
-            position: "top",
-            formatter: "{c}",
-          },
+      label: {
+        label: {
+          show: false,
+          position: "top",
+          formatter: "{c}",
         },
       },
     });

--
Gitblit v1.9.3