diff --git a/src/views/chart/ContentConfigurations/components/CanvasPage/components/ChartDataSetting/index.vue b/src/views/chart/ContentConfigurations/components/CanvasPage/components/ChartDataSetting/index.vue
deleted file mode 100644
index 298a14ae..00000000
--- a/src/views/chart/ContentConfigurations/components/CanvasPage/components/ChartDataSetting/index.vue
+++ /dev/null
@@ -1,30 +0,0 @@
-
-
-
-
-
-
-
-
- 秒
-
-
-
-
-
-
-
diff --git a/src/views/chart/ContentConfigurations/components/CanvasPage/index.vue b/src/views/chart/ContentConfigurations/components/CanvasPage/index.vue
index a3d32866..1fd48020 100644
--- a/src/views/chart/ContentConfigurations/components/CanvasPage/index.vue
+++ b/src/views/chart/ContentConfigurations/components/CanvasPage/index.vue
@@ -147,9 +147,6 @@ const switchSelectColorLoading = ref(false)
const ChartThemeColor = loadAsyncComponent(() =>
import('./components/ChartThemeColor/index.vue')
)
-const ChartDataSetting = loadAsyncComponent(() =>
- import('./components/ChartDataSetting/index.vue')
-)
// 北京默认展示颜色列表
const swatchesColors = [
@@ -169,12 +166,6 @@ const globalTabList = [
title: '主题颜色',
icon: ColorPaletteIcon,
render: ChartThemeColor
- },
- {
- key: 'ChartSysSetting',
- title: '数据配置',
- icon: ZAxisIcon,
- render: ChartDataSetting
}
]