impaktapps-ui-builder 0.0.592-alpha.6 → 0.0.592-alpha.7
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 +1 -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 -1
package/package.json
CHANGED
|
@@ -273,7 +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
|
-
{
|
|
276
|
+
{ title: "Stack Horizontal Bar Graph", const: "HorizontalStackBarGraph" }
|
|
277
277
|
]
|
|
278
278
|
},
|
|
279
279
|
iconName: {
|