Commit 35615334765c33c4f29881ab3d8815ff5f9dd1a2

Authored by liuqimichale
1 parent 66faa378

道闸 诱导屏

Showing 1 changed file with 2 additions and 2 deletions
src/components/barChart.vue
... ... @@ -70,7 +70,7 @@ export default {
70 70 this.chart.setOption({
71 71 xAxis: {
72 72 data: xData,
73   - boundaryGap: false,
  73 + boundaryGap: true,
74 74 axisTick: {
75 75 show: false
76 76 }
... ... @@ -99,7 +99,7 @@ export default {
99 99 },
100 100 series: [{
101 101 data: yData,
102   - type: 'bar'
  102 + type: 'bar',
103 103 }]
104 104 })
105 105 },
... ...