From 35615334765c33c4f29881ab3d8815ff5f9dd1a2 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Tue, 11 Dec 2018 15:35:28 +0800 Subject: [PATCH] 道闸 诱导屏 --- src/components/barChart.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/barChart.vue b/src/components/barChart.vue index 5e1c04a..2c9ce45 100644 --- a/src/components/barChart.vue +++ b/src/components/barChart.vue @@ -70,7 +70,7 @@ export default { this.chart.setOption({ xAxis: { data: xData, - boundaryGap: false, + boundaryGap: true, axisTick: { show: false } @@ -99,7 +99,7 @@ export default { }, series: [{ data: yData, - type: 'bar' + type: 'bar', }] }) }, -- libgit2 0.21.4