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.
- 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
|
@@ -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:
|
|
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
|
];
|