impaktapps-ui-builder 1.0.125-testL.13 → 1.0.125-testL.14
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
package/package.json
CHANGED
|
@@ -432,7 +432,7 @@ export const buildPropertiesSection = function (type: String) {
|
|
|
432
432
|
{ label: "Stack Horizontal Bar Graph", value: "HorizontalStackBarGraph" }
|
|
433
433
|
]),
|
|
434
434
|
getInputField("leftLabel", "Left Label"),
|
|
435
|
-
getRadioInputField("
|
|
435
|
+
getRadioInputField("disableLeftLabel", "Disable Left Label", ["YES", "No"]),
|
|
436
436
|
getInputField("bottomLabel", "Bottom Label"),
|
|
437
437
|
emptyBox("GraphEmpty1", { xs: 6, sm: 0, md: 0, lg: 0 }),
|
|
438
438
|
getRadioInputField("legendHide", "Legend Hide", ["YES", "No"]),
|