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 144144 "h" : 40
145145 }
146146 },
147+ "themeriverChart" : {
148+ "name" : " Themeriver Chart" ,
149+ "icon" : " ./icons/icon-chart.svg" ,
150+ "layoutInfo" : {
151+ "w" : 15 ,
152+ "h" : 40
153+ }
154+ },
147155 "map" : {
148156 "name" : " Map" ,
149157 "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";
1313import { TreeChartCompWithDefault } from "comps/treeChartComp/treechartComp" ;
1414import { TreemapChartCompWithDefault } from "comps/treemapChartComp/treemapChartComp" ;
1515import { SunburstChartCompWithDefault } from "comps/sunburstChartComp/sunburstChartComp" ;
16+ import { CalendarChartCompWithDefault } from "comps/calendarChartComp/chlendarChartComp" ;
17+ import { ThemeriverChartCompWithDefault } from "comps/themeriverChartComp/themeriverChartComp" ;
1618
1719export default {
1820 chart : ChartCompWithDefault ,
@@ -27,7 +29,9 @@ export default {
2729 treeChart : TreeChartCompWithDefault ,
2830 treemapChart : TreemapChartCompWithDefault ,
2931 sunburstChart : SunburstChartCompWithDefault ,
32+ calendarChart : CalendarChartCompWithDefault ,
33+ themeriverChart : ThemeriverChartCompWithDefault ,
3034 imageEditor : ImageEditorComp ,
31- calendar : CalendarComp ,
35+ // calendar: CalendarComp,
3236 mermaid : MermaidComp ,
3337} ;
You can’t perform that action at this time.
0 commit comments