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 104
104
"h" : 40
105
105
}
106
106
},
107
+ "heatmapChart" : {
108
+ "name" : " Heatmap Chart" ,
109
+ "icon" : " ./icons/icon-chart.svg" ,
110
+ "layoutInfo" : {
111
+ "w" : 15 ,
112
+ "h" : 40
113
+ }
114
+ },
107
115
"map" : {
108
116
"name" : " Map" ,
109
117
"icon" : " ./icons/icon-chart.svg" ,
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import { GaugeChartCompWithDefault } from "comps/gaugeChartComp/gaugeChartComp";
8
8
import { SankeyChartCompWithDefault } from "comps/sankeyChartComp/sankeyChartComp" ;
9
9
import { CandleStickChartCompWithDefault } from "comps/candleStickChartComp/candleStickChartComp" ;
10
10
import { RadarChartCompWithDefault } from "comps/radarChartComp/radarChartComp" ;
11
+ import { HeatmapChartCompWithDefault } from "comps/heatmapChartComp/heatmapChartComp" ;
11
12
12
13
export default {
13
14
chart : ChartCompWithDefault ,
@@ -17,6 +18,7 @@ export default {
17
18
sankeyChart : SankeyChartCompWithDefault ,
18
19
candleStickChart : CandleStickChartCompWithDefault ,
19
20
radarChart : RadarChartCompWithDefault ,
21
+ heatmapChart : HeatmapChartCompWithDefault ,
20
22
imageEditor : ImageEditorComp ,
21
23
calendar : CalendarComp ,
22
24
mermaid : MermaidComp ,
You can’t perform that action at this time.
0 commit comments