mirror of
https://gitee.com/dromara/go-view.git
synced 2025-02-23 15:52:49 +08:00
fix: 修复option类型错误问题
This commit is contained in:
parent
4aa303b51f
commit
cc0ecedd4e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user