feat: supply option panel of gloabl and bar chart setting

This commit is contained in:
skie1997
2024-12-20 15:44:24 +08:00
parent 026e4809c8
commit 152786c652
20 changed files with 8049 additions and 32 deletions
+7
View File
@@ -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