File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
client/packages/lowcoder-comps Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 144
144
"h" : 40
145
145
}
146
146
},
147
+ "themeriverChart" : {
148
+ "name" : " Themeriver Chart" ,
149
+ "icon" : " ./icons/icon-chart.svg" ,
150
+ "layoutInfo" : {
151
+ "w" : 15 ,
152
+ "h" : 40
153
+ }
154
+ },
147
155
"map" : {
148
156
"name" : " Map" ,
149
157
"icon" : " ./icons/icon-chart.svg" ,
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ import { GraphChartCompWithDefault } from "comps/graphChartComp/graphChartComp";
13
13
import { TreeChartCompWithDefault } from "comps/treeChartComp/treechartComp" ;
14
14
import { TreemapChartCompWithDefault } from "comps/treemapChartComp/treemapChartComp" ;
15
15
import { SunburstChartCompWithDefault } from "comps/sunburstChartComp/sunburstChartComp" ;
16
+ import { CalendarChartCompWithDefault } from "comps/calendarChartComp/chlendarChartComp" ;
17
+ import { ThemeriverChartCompWithDefault } from "comps/themeriverChartComp/themeriverChartComp" ;
16
18
17
19
export default {
18
20
chart : ChartCompWithDefault ,
@@ -27,7 +29,9 @@ export default {
27
29
treeChart : TreeChartCompWithDefault ,
28
30
treemapChart : TreemapChartCompWithDefault ,
29
31
sunburstChart : SunburstChartCompWithDefault ,
32
+ calendarChart : CalendarChartCompWithDefault ,
33
+ themeriverChart : ThemeriverChartCompWithDefault ,
30
34
imageEditor : ImageEditorComp ,
31
- calendar : CalendarComp ,
35
+ // calendar: CalendarComp,
32
36
mermaid : MermaidComp ,
33
37
} ;
You can’t perform that action at this time.
0 commit comments