impaktapps-ui-builder 0.0.592-alpha.4 → 0.0.592-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/impaktapps-ui-builder.es.js +2 -1
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +1 -0
package/package.json
CHANGED
|
@@ -273,6 +273,7 @@ export const ComponentSchema: any = {
|
|
|
273
273
|
{ title: "Line Graph", const: "LineGraph" },
|
|
274
274
|
{ title: "Pie Graph", const: "PieGraph" },
|
|
275
275
|
{ title: "Horizontal Bar Graph", const: "HorizontalBarGraph" },
|
|
276
|
+
{ label: "Stack Horizontal Bar Graph", value: "HorizontalStackBarGraph" },
|
|
276
277
|
]
|
|
277
278
|
},
|
|
278
279
|
iconName: {
|