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 1/3] =?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, From 01d3fdf6231a2e97cfc1c8d4b3ac11c409dafc60 Mon Sep 17 00:00:00 2001 From: duanxiaohai <1812246227@qq.com> Date: Wed, 19 Jun 2024 16:30:38 +0800 Subject: [PATCH 2/3] gx --- src/view/analyze.vue | 11 +- src/view/echart_analyze/FlipClock.vue | 342 ++++++++++++++++++++++++++ 2 files changed, 349 insertions(+), 4 deletions(-) create mode 100644 src/view/echart_analyze/FlipClock.vue diff --git a/src/view/analyze.vue b/src/view/analyze.vue index 6d559b6..b39bdda 100644 --- a/src/view/analyze.vue +++ b/src/view/analyze.vue @@ -58,13 +58,14 @@
-
{{ item }} -
+
--> +
@@ -130,7 +131,7 @@
- + @@ -155,6 +156,7 @@ import pie3dMt1 from "./echart_analyze/pie3dMt1.vue"; import edxs from "./echart_analyze/edXS.vue"; import eP2 from "./echart_analyze/eP2.vue"; import ylXZZC from "./echart_analyze/ylXZZC.vue"; +import FlipClock from "./echart_analyze/FlipClock.vue"; import ViewDataimg from "@/assets/images/sjfx/sjfx.png"; import ViewDataimg1 from "@/assets/images/sjfx/sjfx1.png"; @@ -267,7 +269,8 @@ const data = reactive({ zccs2: ["100", "130", "220"], //一码通 }); const minData = reactive({ - minTop: ["4", "9", "1", "6", "2", "人"], + minTop: 49162, + minTop1: ["4", "9", "1", "6", "2", "人"], minPieData1: { wfgz: "1500", xstp: "1610", diff --git a/src/view/echart_analyze/FlipClock.vue b/src/view/echart_analyze/FlipClock.vue new file mode 100644 index 0000000..6571c83 --- /dev/null +++ b/src/view/echart_analyze/FlipClock.vue @@ -0,0 +1,342 @@ + + + + + From fc64ff7d64c6442f3c471bc7b59470fccd7fb629 Mon Sep 17 00:00:00 2001 From: duanxiaohai <1812246227@qq.com> Date: Wed, 19 Jun 2024 16:31:07 +0800 Subject: [PATCH 3/3] gx --- src/view/echart_analyze/FlipClock.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/view/echart_analyze/FlipClock.vue b/src/view/echart_analyze/FlipClock.vue index 6571c83..84e344f 100644 --- a/src/view/echart_analyze/FlipClock.vue +++ b/src/view/echart_analyze/FlipClock.vue @@ -104,7 +104,6 @@ const digits = ref([0, 0, 0, 0, 0]); onBeforeMount(() => { setTimeout(() => { data.list = props.list; - console.log(data.list, 666); const flips = document.querySelectorAll(".flip"); const flipObjs = [];