Skip to content

Commit a0565ab

Browse files
authored
Merge pull request #844 from MenaamAfzal/feature/separate-charts
Feature/separate charts
2 parents c4a05cd + 62501a5 commit a0565ab

File tree

69 files changed

+12473
-239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+12473
-239
lines changed

client/packages/lowcoder-comps/package.json

+96
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,102 @@
8989
"w": 15,
9090
"h": 40
9191
}
92+
},
93+
"funnelChart": {
94+
"name": "Funnel Chart",
95+
"icon": "./icons/icon-chart.svg",
96+
"layoutInfo": {
97+
"w": 15,
98+
"h": 40
99+
}
100+
},
101+
"gaugeChart": {
102+
"name": "Gauge Chart",
103+
"icon": "./icons/icon-chart.svg",
104+
"layoutInfo": {
105+
"w": 15,
106+
"h": 40
107+
}
108+
},
109+
"sankeyChart": {
110+
"name": "Sankey Chart",
111+
"icon": "./icons/icon-chart.svg",
112+
"layoutInfo": {
113+
"w": 15,
114+
"h": 40
115+
}
116+
},
117+
"candleStickChart": {
118+
"name": "CandleStick Chart",
119+
"icon": "./icons/icon-chart.svg",
120+
"layoutInfo": {
121+
"w": 15,
122+
"h": 40
123+
}
124+
},
125+
"radarChart": {
126+
"name": "Radar Chart",
127+
"icon": "./icons/icon-chart.svg",
128+
"layoutInfo": {
129+
"w": 15,
130+
"h": 40
131+
}
132+
},
133+
"heatmapChart": {
134+
"name": "Heatmap Chart",
135+
"icon": "./icons/icon-chart.svg",
136+
"layoutInfo": {
137+
"w": 15,
138+
"h": 40
139+
}
140+
},
141+
"graphChart": {
142+
"name": "Graph Chart",
143+
"icon": "./icons/icon-chart.svg",
144+
"layoutInfo": {
145+
"w": 15,
146+
"h": 40
147+
}
148+
},
149+
"treeChart": {
150+
"name": "Tree Chart",
151+
"icon": "./icons/icon-chart.svg",
152+
"layoutInfo": {
153+
"w": 15,
154+
"h": 40
155+
}
156+
},
157+
"treemapChart": {
158+
"name": "Treemap Chart",
159+
"icon": "./icons/icon-chart.svg",
160+
"layoutInfo": {
161+
"w": 15,
162+
"h": 40
163+
}
164+
},
165+
"sunburstChart": {
166+
"name": "Sunburst Chart",
167+
"icon": "./icons/icon-chart.svg",
168+
"layoutInfo": {
169+
"w": 15,
170+
"h": 40
171+
}
172+
},
173+
"themeriverChart": {
174+
"name": "Themeriver Chart",
175+
"icon": "./icons/icon-chart.svg",
176+
"layoutInfo": {
177+
"w": 15,
178+
"h": 40
179+
}
180+
},
181+
"map": {
182+
"name": "Map",
183+
"icon": "./icons/icon-chart.svg",
184+
"layoutInfo": {
185+
"w": 15,
186+
"h": 40
187+
}
92188
}
93189
}
94190
},

0 commit comments

Comments
 (0)