From 1ee4c938c6b3dff78800334bc61c6fc0dc80b0a7 Mon Sep 17 00:00:00 2001 From: xianfuxing Date: Tue, 14 Aug 2018 17:15:15 +0800 Subject: [PATCH] # print chartData --- src/views/dashboard/admin/components/LineChart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/admin/components/LineChart.vue b/src/views/dashboard/admin/components/LineChart.vue index ba17191..547af13 100644 --- a/src/views/dashboard/admin/components/LineChart.vue +++ b/src/views/dashboard/admin/components/LineChart.vue @@ -38,7 +38,6 @@ export default { } }, mounted() { - console.log(this.xAxis) this.initChart() if (this.autoResize) { this.__resizeHanlder = debounce(() => { @@ -151,6 +150,7 @@ export default { }, initChart() { this.chart = echarts.init(this.$el, 'macarons') + console.log(this.chartData) // this.setOptions(this.chartData) } }