From 2e882cbeda6a8a0f4dd193896386192f0f5ba0a7 Mon Sep 17 00:00:00 2001
From: 马宇豪 <978517621@qq.com>
Date: Thu, 06 Jul 2023 15:52:24 +0800
Subject: [PATCH] 修改
---
src/components/Home/IndexEcharts.vue | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/src/components/Home/IndexEcharts.vue b/src/components/Home/IndexEcharts.vue
index 6a1114a..4146c3c 100644
--- a/src/components/Home/IndexEcharts.vue
+++ b/src/components/Home/IndexEcharts.vue
@@ -49,32 +49,32 @@
{
value: [10, 40, 20, 60, 10, 60],
name: "红",
- lineStyle:{
- color:'red'
- },
- itemStyle: {
- color:'red'
- }
+ lineStyle:{
+ color:'red'
+ },
+ itemStyle: {
+ color:'red'
+ }
},
{
value: [50, 14, 28, 26, 42, 21],
name: "橙",
- lineStyle:{
- color:'#f66d05'
- },
- itemStyle: {
- color:'#f66d05'
- }
+ lineStyle:{
+ color:'#f66d05'
+ },
+ itemStyle: {
+ color:'#f66d05'
+ }
},
{
value: [60, 20, 43, 73, 12, 80],
name: "黄",
- lineStyle:{
- color:'#f7ad00'
- },
- itemStyle: {
- color:'#f7ad00'
- }
+ lineStyle:{
+ color:'#f7ad00'
+ },
+ itemStyle: {
+ color:'#f7ad00'
+ }
},
],
},
--
Gitblit v1.9.2