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 96
96
"h" : 40
97
97
}
98
98
},
99
+ "radarChart" : {
100
+ "name" : " Radar Chart" ,
101
+ "icon" : " ./icons/icon-chart.svg" ,
102
+ "layoutInfo" : {
103
+ "w" : 15 ,
104
+ "h" : 40
105
+ }
106
+ },
99
107
"map" : {
100
108
"name" : " Map" ,
101
109
"icon" : " ./icons/icon-chart.svg" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import { FunnelChartCompWithDefault } from "comps/funnelChartComp/funnelChartCom
7
7
import { GaugeChartCompWithDefault } from "comps/gaugeChartComp/gaugeChartComp" ;
8
8
import { SankeyChartCompWithDefault } from "comps/sankeyChartComp/sankeyChartComp" ;
9
9
import { CandleStickChartCompWithDefault } from "comps/candleStickChartComp/candleStickChartComp" ;
10
+ import { RadarChartCompWithDefault } from "comps/radarChartComp/radarChartComp" ;
10
11
11
12
export default {
12
13
chart : ChartCompWithDefault ,
@@ -15,6 +16,7 @@ export default {
15
16
gaugeChart : GaugeChartCompWithDefault ,
16
17
sankeyChart : SankeyChartCompWithDefault ,
17
18
candleStickChart : CandleStickChartCompWithDefault ,
19
+ radarChart : RadarChartCompWithDefault ,
18
20
imageEditor : ImageEditorComp ,
19
21
calendar : CalendarComp ,
20
22
mermaid : MermaidComp ,
You can’t perform that action at this time.
0 commit comments