impaktapps-ui-builder 0.0.592-alpha.7 → 0.0.592-alpha.8
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.
|
@@ -11836,6 +11836,7 @@ const buildUiSchema = (config, store2) => {
|
|
|
11836
11836
|
elements = buildPieGraph(config, componentScope);
|
|
11837
11837
|
break;
|
|
11838
11838
|
case "HorizontalBarGraph":
|
|
11839
|
+
case "HorizontalStackBarGraph":
|
|
11839
11840
|
elements = buildHorizontalBarGraph(config, componentScope);
|
|
11840
11841
|
break;
|
|
11841
11842
|
}
|