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 120
120
"h" : 40
121
121
}
122
122
},
123
+ "treeChart" : {
124
+ "name" : " Tree Chart" ,
125
+ "icon" : " ./icons/icon-chart.svg" ,
126
+ "layoutInfo" : {
127
+ "w" : 15 ,
128
+ "h" : 40
129
+ }
130
+ },
123
131
"map" : {
124
132
"name" : " Map" ,
125
133
"icon" : " ./icons/icon-chart.svg" ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { CandleStickChartCompWithDefault } from "comps/candleStickChartComp/cand
10
10
import { RadarChartCompWithDefault } from "comps/radarChartComp/radarChartComp" ;
11
11
import { HeatmapChartCompWithDefault } from "comps/heatmapChartComp/heatmapChartComp" ;
12
12
import { GraphChartCompWithDefault } from "comps/graphChartComp/graphChartComp" ;
13
+ import { TreeChartCompWithDefault } from "comps/treeChartComp/treechartComp" ;
13
14
14
15
export default {
15
16
chart : ChartCompWithDefault ,
@@ -21,6 +22,7 @@ export default {
21
22
radarChart : RadarChartCompWithDefault ,
22
23
heatmapChart : HeatmapChartCompWithDefault ,
23
24
graphChart : GraphChartCompWithDefault ,
25
+ treeChart : TreeChartCompWithDefault ,
24
26
imageEditor : ImageEditorComp ,
25
27
calendar : CalendarComp ,
26
28
mermaid : MermaidComp ,
You can’t perform that action at this time.
0 commit comments