|
@@ -85,6 +85,7 @@ export const chartColorsSearch = {
|
|
|
// 默认主题详细配置
|
|
// 默认主题详细配置
|
|
|
type ThemeJsonType = typeof themeJson
|
|
type ThemeJsonType = typeof themeJson
|
|
|
export interface GlobalThemeJsonType extends Partial<ThemeJsonType> {
|
|
export interface GlobalThemeJsonType extends Partial<ThemeJsonType> {
|
|
|
|
|
+ dataset: any,
|
|
|
[T:string]: any
|
|
[T:string]: any
|
|
|
}
|
|
}
|
|
|
export const globalThemeJson = themeJson
|
|
export const globalThemeJson = themeJson
|