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'