feat: vchart 全局主题切换

This commit is contained in:
奔跑的面条
2024-12-16 20:57:19 +08:00
parent f48ada2859
commit b3d9005f7d
6 changed files with 280 additions and 8 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ export interface vChartGlobalThemeJsonType extends Partial<ThemeJsonType> {
[T: string]: any
}
export const vChartGlobalThemeJson = { ...themeJson, dataset: null, renderer: 'svg' as const }
export const vChartGlobalThemeJson = { ...themeJson, dataset: null }