impaktapps-ui-builder 0.0.97-alpha.11 → 0.0.97-alpha.12

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.
@@ -11947,6 +11947,9 @@ const buildUiSchema = (config, store2) => {
11947
11947
  case "HorizontalStackBarGraph":
11948
11948
  elements = buildHorizontalBarGraph(config, componentScope);
11949
11949
  break;
11950
+ default:
11951
+ elements = buildStackbarGraph(config, componentScope);
11952
+ break;
11950
11953
  }
11951
11954
  break;
11952
11955
  case "ProgressBar":