impaktapps-ui-builder 0.0.382-alpha.552 → 0.0.382-alpha.553

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.
@@ -9802,7 +9802,9 @@ const HorizontalBarGraph = {
9802
9802
  },
9803
9803
  headerStyle: {},
9804
9804
  tooltipStyle: {},
9805
- labelStyle: {},
9805
+ labelStyle: {
9806
+ margin: { top: 10, left: 180, right: 40, bottom: 40 }
9807
+ },
9806
9808
  barStyle: {
9807
9809
  color: "#6c5efb"
9808
9810
  }