From f472c878e8c8b94eb9961ab62704a6abd196b56f Mon Sep 17 00:00:00 2001 From: zhouxueli <2841188632@qq.com> Date: Mon, 8 Jul 2024 17:38:41 +0800 Subject: [PATCH] =?UTF-8?q?task#14196=EF=BC=8Cweb=E7=AB=AF=E6=9F=B1?= =?UTF-8?q?=E5=BD=A2=E5=9B=BE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kpi/kpiIndex.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/kpi/kpiIndex.vue b/src/views/kpi/kpiIndex.vue index 9d08c5e1..c69d3c55 100644 --- a/src/views/kpi/kpiIndex.vue +++ b/src/views/kpi/kpiIndex.vue @@ -694,7 +694,8 @@ export default { data: this.v3, yAxisIndex: 1, smooth: true, - barWidth: 50, + barWidth: 45, + barGap: '0%', // 设置柱子之间的间隔 label: { show: true, // 显示标签 position: 'top', // 标签位置在柱形顶部 @@ -706,7 +707,8 @@ export default { data: this.v4, yAxisIndex: 1, smooth: true, - barWidth: 50, + barWidth: 45, + barGap: '0%', // 设置柱子之间的间隔 label: { show: true, // 显示标签 position: 'top', // 标签位置在柱形顶部