From e2442fb2199061b2acce2fe49ae3e35cbdc1f379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com> Date: Thu, 22 Apr 2021 13:49:24 +0800 Subject: [PATCH] =?UTF-8?q?x=E8=BD=B4y=E8=BD=B4=E7=9A=84=E6=96=87=E5=AD=97?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E7=89=88=E5=90=8E=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=981?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/chart/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/chart/index.vue b/src/views/chart/index.vue index 0ac0e4c..4a29575 100644 --- a/src/views/chart/index.vue +++ b/src/views/chart/index.vue @@ -361,7 +361,7 @@ export default { }); let option = { xAxis: { - name: '数量', + name: '月份', type: 'category', data: months, axisLine: { @@ -372,7 +372,7 @@ export default { } }, yAxis: { - name: '月份', + name: '数量', type: 'value', axisLine: { //这是x轴文字颜色 @@ -656,7 +656,7 @@ export default { }); let option = { xAxis: { - name: '数量', + name: '月份', type: 'category', data: months, axisLine: { @@ -667,7 +667,7 @@ export default { } }, yAxis: { - name: '月份', + name: '数量', type: 'value', axisLine: { //这是y轴文字颜色