impaktapps-ui-builder 1.0.274 → 1.0.276

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.
@@ -8185,7 +8185,7 @@ const buildPropertiesSection = function(type) {
8185
8185
  getInputField("xAxisTickCount", "X Axis TickCount"),
8186
8186
  getInputField("yAxisTickCount", "Y Axis TickCount"),
8187
8187
  getSelectField("xAxisFormatType", "X Axis Format Type"),
8188
- emptyBox$1("GraphEmpty1", { xs: 6, sm: 6, md: 4, lg: 3 }),
8188
+ emptyBox$1("GraphEmpty1", { xs: 0, sm: 0, md: 4, lg: 6 }),
8189
8189
  getArrayControlMultiField("legendLabels", "key", "value", "Key", "Label"),
8190
8190
  getArrayControlMultiField("pieArcColors", "key", "value", "Key", "Color")
8191
8191
  ];