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 128
128
"h" : 40
129
129
}
130
130
},
131
+ "treemapChart" : {
132
+ "name" : " Treemap Chart" ,
133
+ "icon" : " ./icons/icon-chart.svg" ,
134
+ "layoutInfo" : {
135
+ "w" : 15 ,
136
+ "h" : 40
137
+ }
138
+ },
131
139
"map" : {
132
140
"name" : " Map" ,
133
141
"icon" : " ./icons/icon-chart.svg" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import { RadarChartCompWithDefault } from "comps/radarChartComp/radarChartComp";
11
11
import { HeatmapChartCompWithDefault } from "comps/heatmapChartComp/heatmapChartComp" ;
12
12
import { GraphChartCompWithDefault } from "comps/graphChartComp/graphChartComp" ;
13
13
import { TreeChartCompWithDefault } from "comps/treeChartComp/treechartComp" ;
14
+ import { TreemapChartCompWithDefault } from "comps/treemapChartComp/treemapChartComp" ;
14
15
15
16
export default {
16
17
chart : ChartCompWithDefault ,
@@ -23,6 +24,7 @@ export default {
23
24
heatmapChart : HeatmapChartCompWithDefault ,
24
25
graphChart : GraphChartCompWithDefault ,
25
26
treeChart : TreeChartCompWithDefault ,
27
+ treemapChart : TreemapChartCompWithDefault ,
26
28
imageEditor : ImageEditorComp ,
27
29
calendar : CalendarComp ,
28
30
mermaid : MermaidComp ,
You can’t perform that action at this time.
0 commit comments