fix: 新增图表类型

This commit is contained in:
MTrun
2022-02-02 18:17:45 +08:00
parent 8ef13b6325
commit 0cda041315
14 changed files with 200 additions and 36 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export interface CreateComponentType {
key: string
attr: { x: number; y: number; w: number; h: number }
chartData: ConfigType
config: object
option: object
setPosition: Function
}