|
@@ -147,9 +147,6 @@ const switchSelectColorLoading = ref(false)
|
|
|
const ChartThemeColor = loadAsyncComponent(() =>
|
|
const ChartThemeColor = loadAsyncComponent(() =>
|
|
|
import('./components/ChartThemeColor/index.vue')
|
|
import('./components/ChartThemeColor/index.vue')
|
|
|
)
|
|
)
|
|
|
-const ChartDataSetting = loadAsyncComponent(() =>
|
|
|
|
|
- import('./components/ChartDataSetting/index.vue')
|
|
|
|
|
-)
|
|
|
|
|
|
|
|
|
|
// 北京默认展示颜色列表
|
|
// 北京默认展示颜色列表
|
|
|
const swatchesColors = [
|
|
const swatchesColors = [
|
|
@@ -169,12 +166,6 @@ const globalTabList = [
|
|
|
title: '主题颜色',
|
|
title: '主题颜色',
|
|
|
icon: ColorPaletteIcon,
|
|
icon: ColorPaletteIcon,
|
|
|
render: ChartThemeColor
|
|
render: ChartThemeColor
|
|
|
- },
|
|
|
|
|
- {
|
|
|
|
|
- key: 'ChartSysSetting',
|
|
|
|
|
- title: '数据配置',
|
|
|
|
|
- icon: ZAxisIcon,
|
|
|
|
|
- render: ChartDataSetting
|
|
|
|
|
}
|
|
}
|
|
|
]
|
|
]
|
|
|
|
|
|