From 80113369687eb9554a845123dc27dd8db3be1f87 Mon Sep 17 00:00:00 2001 From: waibao2 <1@qq.com> Date: Fri, 31 Oct 2025 17:02:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- src/components/ChartsBar/index.vue | 36 +- src/components/ChartsBarLine/index.vue | 34 +- .../index.vue | 34 +- src/components/HistoryData/index.vue | 2 +- src/components/TimeProcess/index.vue | 2 +- src/components/ZhengBian/index.vue | 2 +- src/views/statistic/rain/lxwy.vue | 2 +- src/views/statistic/rain/lxyy.vue | 582 +++++------------- src/views/statistic/rain/sdjsl.vue | 2 +- 10 files changed, 206 insertions(+), 492 deletions(-) rename src/components/{ChartsTimeBar => ChartsDataZoom}/index.vue (91%) diff --git a/README.md b/README.md index 2df9f18..fd0ca1c 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ yarn dev * seriesData:只有一个对象的时候使用 2. ChartsBarLine * seriesData:是数组的时候使用 -2. ChartsTimeBar +2. ChartsDataZoom * 时间轴的趋势图(缩放echarts使用) * legendData: 图例数据 * xAxisData: x轴数据 diff --git a/src/components/ChartsBar/index.vue b/src/components/ChartsBar/index.vue index 0dff2b7..f06efec 100644 --- a/src/components/ChartsBar/index.vue +++ b/src/components/ChartsBar/index.vue @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/src/views/statistic/rain/sdjsl.vue b/src/views/statistic/rain/sdjsl.vue index 2fd3464..8696336 100644 --- a/src/views/statistic/rain/sdjsl.vue +++ b/src/views/statistic/rain/sdjsl.vue @@ -67,7 +67,7 @@ } from 'splitpanes' import 'splitpanes/dist/splitpanes.css' import BarChart from '@/components/ChartsBar/index.vue' - import TimeBarChart from '@/components/ChartsTimeBar/index.vue' + import TimeBarChart from '@/components/ChartsDataZoom/index.vue' import ETree from '@/components/ETree/index.vue' import useAppStore from '@/store/modules/app'