impaktapps-ui-builder 0.0.95-offset.2 → 0.0.95-offset.3

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.
@@ -7539,7 +7539,7 @@ const buildPropertiesSection = function(type) {
7539
7539
  getInputField("xAxisValue", "X-AxisValue"),
7540
7540
  getRadioInputField("bottomAxisAngle", "Bottom Axis Angled", ["YES", "No"]),
7541
7541
  getInputField("leftMargin", "Left Margin"),
7542
- emptyBox$1("GraphEmpty1", { xs: 0, sm: 0, md: 6, lg: 8 }),
7542
+ emptyBox$1("GraphEmpty1", { xs: 6, sm: 0, md: 8, lg: 8 }),
7543
7543
  getArrayControl("legendLabels", "label"),
7544
7544
  getArrayControl("pieArcColors", "color")
7545
7545
  ];