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 88
88
"h" : 40
89
89
}
90
90
},
91
+ "candleStickChart" : {
92
+ "name" : " CandleStick Chart" ,
93
+ "icon" : " ./icons/icon-chart.svg" ,
94
+ "layoutInfo" : {
95
+ "w" : 15 ,
96
+ "h" : 40
97
+ }
98
+ },
91
99
"map" : {
92
100
"name" : " Map" ,
93
101
"icon" : " ./icons/icon-chart.svg" ,
Original file line number Diff line number Diff line change @@ -6,13 +6,15 @@ import { MapCompWithDefault } from "comps/mapComp/mapComp";
6
6
import { FunnelChartCompWithDefault } from "comps/chartComp/funnelChartComp/funnelChartComp" ;
7
7
import { GaugeChartCompWithDefault } from "comps/chartComp/gaugeChartComp/gaugeChartComp" ;
8
8
import { SankeyChartCompWithDefault } from "comps/chartComp/sankeyChartComp/sankeyChartComp" ;
9
+ import { CandleStickChartCompWithDefault } from "comps/chartComp/candleStickChartComp/candleStickChartComp" ;
9
10
10
11
export default {
11
12
chart : ChartCompWithDefault ,
12
13
map : MapCompWithDefault ,
13
14
funnelChart : FunnelChartCompWithDefault ,
14
15
gaugeChart : GaugeChartCompWithDefault ,
15
16
sankeyChart : SankeyChartCompWithDefault ,
17
+ candleStickChart : CandleStickChartCompWithDefault ,
16
18
imageEditor : ImageEditorComp ,
17
19
calendar : CalendarComp ,
18
20
mermaid : MermaidComp ,
You can’t perform that action at this time.
0 commit comments