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 136
136
"h" : 40
137
137
}
138
138
},
139
+ "sunburstChart" : {
140
+ "name" : " Sunburst Chart" ,
141
+ "icon" : " ./icons/icon-chart.svg" ,
142
+ "layoutInfo" : {
143
+ "w" : 15 ,
144
+ "h" : 40
145
+ }
146
+ },
139
147
"map" : {
140
148
"name" : " Map" ,
141
149
"icon" : " ./icons/icon-chart.svg" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import { HeatmapChartCompWithDefault } from "comps/heatmapChartComp/heatmapChart
12
12
import { GraphChartCompWithDefault } from "comps/graphChartComp/graphChartComp" ;
13
13
import { TreeChartCompWithDefault } from "comps/treeChartComp/treechartComp" ;
14
14
import { TreemapChartCompWithDefault } from "comps/treemapChartComp/treemapChartComp" ;
15
+ import { SunburstChartCompWithDefault } from "comps/sunburstChartComp/sunburstChartComp" ;
15
16
16
17
export default {
17
18
chart : ChartCompWithDefault ,
@@ -25,6 +26,7 @@ export default {
25
26
graphChart : GraphChartCompWithDefault ,
26
27
treeChart : TreeChartCompWithDefault ,
27
28
treemapChart : TreemapChartCompWithDefault ,
29
+ sunburstChart : SunburstChartCompWithDefault ,
28
30
imageEditor : ImageEditorComp ,
29
31
calendar : CalendarComp ,
30
32
mermaid : MermaidComp ,
You can’t perform that action at this time.
0 commit comments