impaktapps-ui-builder 0.0.592-alpha.3 → 0.0.592-alpha.4

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.
@@ -10234,6 +10234,7 @@ const buildHorizontalBarGraph = (config, componentScope) => {
10234
10234
  if (config.layout) {
10235
10235
  horizontalBarGraph.config.layout = createLayoutFormat(config.layout);
10236
10236
  }
10237
+ horizontalBarGraph.config.main.type = config.graphType;
10237
10238
  horizontalBarGraph.scope = componentScope;
10238
10239
  horizontalBarGraph.config.main.header = config.heading;
10239
10240
  if (config.barColor) {