From 463aa6c85aa2282e344d318b69ff4dab38f58085 Mon Sep 17 00:00:00 2001 From: duanxiaohai <1812246227@qq.com> Date: Mon, 15 Apr 2024 17:07:31 +0800 Subject: [PATCH] gx --- src/view/echarts/ylXZZC.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/view/echarts/ylXZZC.vue b/src/view/echarts/ylXZZC.vue index 7fb55cc..641a806 100644 --- a/src/view/echarts/ylXZZC.vue +++ b/src/view/echarts/ylXZZC.vue @@ -88,6 +88,7 @@ let option = { { type: "bar", data: [2, 4, 7, 23, 25, 250], + barWidth: 15,//柱宽 itemStyle: { normal: { color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [ @@ -100,8 +101,6 @@ let option = { color: "rgba(5, 213, 255, 0)", // 100% 处的颜色 }, ]), //背景渐变 - // borderColor: "#00B7FF", //边框 - // borderWidth: 5, borderRadius: [0, 0, 50, 0], //圆角边框 }, },