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
|
@@ -7832,7 +7832,7 @@ const buildPropertiesSection = function(type) {
|
|
|
7832
7832
|
getInputField("heading", "Heading"),
|
|
7833
7833
|
getSelectField("graphType", "Graph Type"),
|
|
7834
7834
|
getInputField("leftLabel", "Left Label"),
|
|
7835
|
-
getRadioInputField("
|
|
7835
|
+
getRadioInputField("disableLeftLabel", "Disable Left Label", ["YES", "No"]),
|
|
7836
7836
|
getInputField("bottomLabel", "Bottom Label"),
|
|
7837
7837
|
emptyBox$1("GraphEmpty1", { xs: 6, sm: 0, md: 0, lg: 0 }),
|
|
7838
7838
|
getRadioInputField("legendHide", "Legend Hide", ["YES", "No"]),
|