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