From e373f235949663f4e796a88f528f7d86bb0af836 Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Tue, 4 Jun 2024 13:54:06 +0800 Subject: [PATCH] 1 --- src/view/echarts_work/eP3.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/view/echarts_work/eP3.vue b/src/view/echarts_work/eP3.vue index f8ed792..4fb22ab 100644 --- a/src/view/echarts_work/eP3.vue +++ b/src/view/echarts_work/eP3.vue @@ -246,7 +246,7 @@ const getOption = () => { yAxisIndex: 0, name: "特困救助人次", data: data.list1, - barWidth: 10, + barWidth: 15, type: "bar", // itemStyle: { // color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ @@ -282,7 +282,7 @@ const getOption = () => { yAxisIndex: 0, name: "低保救助人次", data: data.list2, - barWidth: 10, + barWidth: 15, type: "bar", itemStyle: { color: { @@ -318,7 +318,7 @@ const getOption = () => { yAxisIndex: 0, name: "低边救助人次", data: data.list3, - barWidth: 10, + barWidth: 15, type: "bar", itemStyle: { color: { @@ -386,8 +386,8 @@ const getOption = () => { symbolPosition: "end", data: data.list1, symbol: "diamond", - symbolOffset: ["-20%", "-50%"], - symbolSize: [14, 8], + symbolOffset: ["-45%", "-50%"], + symbolSize: [16, 8], itemStyle: { borderColor: "#2fffa4", color: "rgba(142, 187, 255, 1)", @@ -401,7 +401,7 @@ const getOption = () => { data: data.list2, symbol: "diamond", symbolOffset: ["0", "-50%"], - symbolSize: [14, 8], + symbolSize: [16, 8], itemStyle: { borderColor: "#2fffa4", color: "rgba(23, 136, 255, 1)", @@ -414,8 +414,8 @@ const getOption = () => { symbolPosition: "end", data: data.list3, symbol: "diamond", - symbolOffset: [5, "-50%"], - symbolSize: [14, 8], + symbolOffset: [7.5, "-50%"], + symbolSize: [16, 8], itemStyle: { borderColor: "#32ffee", color: "rgba(23, 237, 255, 1)",