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.
- package/dist/impaktapps-ui-builder.es.js +1 -1
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +1 -1
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +1 -1
|
@@ -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:
|
|
7542
|
+
emptyBox$1("GraphEmpty1", { xs: 6, sm: 0, md: 8, lg: 8 }),
|
|
7543
7543
|
getArrayControl("legendLabels", "label"),
|
|
7544
7544
|
getArrayControl("pieArcColors", "color")
|
|
7545
7545
|
];
|