src/components/chart/BaseLineChart.vue
@@ -77,11 +77,13 @@ boundaryGap: true, axisLine: { lineStyle: { color: "#fff", color: "#fff" }, show: false }, nameRotate: 45, axisTick: { show: false, alignWithLabel: true, }, axisLabel: { @@ -154,7 +156,8 @@ default: break } this.initData(requsetFn) requsetFn && this.initData(requsetFn) this.setOptions(this.option) }, },