From 132af7d8a9bba55b7cda2ac641906902133322a8 Mon Sep 17 00:00:00 2001 From: lnn19986213 <1667908750@qq.com> Date: Wed, 19 Jun 2024 15:43:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/dialog/echarts/tabLine.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/view/dialog/echarts/tabLine.vue b/src/view/dialog/echarts/tabLine.vue index 45315cc..9665ac9 100644 --- a/src/view/dialog/echarts/tabLine.vue +++ b/src/view/dialog/echarts/tabLine.vue @@ -39,7 +39,7 @@ const getOption = () => { formatter: "{b0}日
{a1}:{c1}", }, legend: { - data: ["骑行次数"], + data: ["乘坐人次"], top: "5%", right: "center", textStyle: { @@ -70,7 +70,7 @@ const getOption = () => { yAxis: [ { type: "value", - name: "骑行次数/次", + name: "乘坐人次/次", splitLine: { show: true, lineStyle: { @@ -121,7 +121,7 @@ const getOption = () => { }, { yAxisIndex: 0, - name: "骑行次数", + name: "乘坐人次", type: "line", symbol: "emptyCircle", symbolSize: 10,