feat: 初始化图表整体流程

This commit is contained in:
奔跑的面条
2024-12-15 12:48:36 +08:00
parent 0972ea0e28
commit 6106a8fc5c
21 changed files with 381 additions and 28 deletions
@@ -114,6 +114,8 @@ export const useChartEditStore = defineStore({
chartCustomThemeColorInfo: undefined,
// 全局配置
chartThemeSetting: globalThemeJson,
// vChart 主题
vChartThemeName: 'vScreenVolcanoBlue',
// 适配方式
previewScaleType: previewScaleType
},