mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-30 00:00:05 +08:00
feat: supply option panel of gloabl and bar chart setting
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
import themeJson from './global.theme.json'
|
||||
|
||||
type ThemeJsonType = typeof themeJson
|
||||
export type FontType = {
|
||||
fontSize: number
|
||||
fontFamily: string
|
||||
fontWeight: string
|
||||
fill: string
|
||||
[T: string]: any
|
||||
}
|
||||
export interface vChartGlobalThemeJsonType extends Partial<ThemeJsonType> {
|
||||
dataset?: any
|
||||
[T: string]: any
|
||||
|
||||
Reference in New Issue
Block a user