From 1df2f72ad0321815d5874b4083aac2999bd2da18 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 05 七月 2023 17:11:46 +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