impaktapps-ui-builder 0.0.382-alpha.48 → 0.0.382-alpha.49

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.
@@ -9240,7 +9240,9 @@ const HorizontalBarGraph = {
9240
9240
  widget: "Graph"
9241
9241
  },
9242
9242
  config: {
9243
- main: {}
9243
+ main: {
9244
+ type: "HorizontalBarGraph"
9245
+ }
9244
9246
  }
9245
9247
  };
9246
9248
  const buildHorizontalBarGraph = (config, componentScope) => {