From 161741b7683d0c5b5e553ecc4e1276950cb75b40 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期一, 28 八月 2023 17:48:31 +0800 Subject: [PATCH] modified: .env.development modified: src/views/chart/work/index.vue --- src/views/chart/work/index.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/views/chart/work/index.vue b/src/views/chart/work/index.vue index 399ab21..d958e62 100644 --- a/src/views/chart/work/index.vue +++ b/src/views/chart/work/index.vue @@ -326,6 +326,9 @@ axisPointer: { type: 'shadow' }, + nameTextStyle:{ + padding:20 + } } ], yAxis: [ @@ -374,7 +377,7 @@ return value + ' %'; } }, - data: [{value:20},{value:40}], + data: data2, itemStyle: { color: '#d2eec5' } -- Gitblit v1.9.3