File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
client/packages/lowcoder-comps Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 63
63
"w" : 15 ,
64
64
"h" : 40
65
65
}
66
+ },
67
+ "eCharts" : {
68
+ "name" : " ECharts" ,
69
+ "icon" : " ./icons/icon-chart.svg" ,
70
+ "layoutInfo" : {
71
+ "w" : 15 ,
72
+ "h" : 40
73
+ }
74
+ },
75
+ "map" : {
76
+ "name" : " Map" ,
77
+ "icon" : " ./icons/icon-chart.svg" ,
78
+ "layoutInfo" : {
79
+ "w" : 15 ,
80
+ "h" : 40
81
+ }
66
82
}
67
83
}
68
84
},
Original file line number Diff line number Diff line change @@ -2,9 +2,13 @@ import { ChartCompWithDefault } from "./comps/chartComp/chartComp";
2
2
import { ImageEditorComp } from "./comps/imageEditorComp/index" ;
3
3
import { CalendarComp } from "./comps/calendarComp/calendarComp" ;
4
4
import { MermaidComp } from "comps/mermaidComp" ;
5
+ import { EChartsCompWithDefault } from "comps/eChartsComp/echartsComp" ;
6
+ import { MapCompWithDefault } from "comps/mapComp/mapComp" ;
5
7
6
8
export default {
7
9
chart : ChartCompWithDefault ,
10
+ map : MapCompWithDefault ,
11
+ eCharts : EChartsCompWithDefault ,
8
12
imageEditor : ImageEditorComp ,
9
13
calendar : CalendarComp ,
10
14
mermaid : MermaidComp ,
You can’t perform that action at this time.
0 commit comments