File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
client/packages/lowcoder-comps Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 112
112
"h" : 40
113
113
}
114
114
},
115
+ "graphChart" : {
116
+ "name" : " Graph Chart" ,
117
+ "icon" : " ./icons/icon-chart.svg" ,
118
+ "layoutInfo" : {
119
+ "w" : 15 ,
120
+ "h" : 40
121
+ }
122
+ },
115
123
"map" : {
116
124
"name" : " Map" ,
117
125
"icon" : " ./icons/icon-chart.svg" ,
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { SankeyChartCompWithDefault } from "comps/sankeyChartComp/sankeyChartCom
9
9
import { CandleStickChartCompWithDefault } from "comps/candleStickChartComp/candleStickChartComp" ;
10
10
import { RadarChartCompWithDefault } from "comps/radarChartComp/radarChartComp" ;
11
11
import { HeatmapChartCompWithDefault } from "comps/heatmapChartComp/heatmapChartComp" ;
12
+ import { GraphChartCompWithDefault } from "comps/graphChartComp/graphChartComp" ;
12
13
13
14
export default {
14
15
chart : ChartCompWithDefault ,
@@ -19,6 +20,7 @@ export default {
19
20
candleStickChart : CandleStickChartCompWithDefault ,
20
21
radarChart : RadarChartCompWithDefault ,
21
22
heatmapChart : HeatmapChartCompWithDefault ,
23
+ graphChart : GraphChartCompWithDefault ,
22
24
imageEditor : ImageEditorComp ,
23
25
calendar : CalendarComp ,
24
26
mermaid : MermaidComp ,
You can’t perform that action at this time.
0 commit comments