impaktapps-ui-builder 0.0.89-graphTest.1 → 0.0.89-graphTest.2
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 -0
- 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 -0
|
@@ -7538,6 +7538,7 @@ const buildPropertiesSection = function(type) {
|
|
|
7538
7538
|
getInputField("yAxisValue", "Y-AxisValue"),
|
|
7539
7539
|
getInputField("xAxisValue", "X-AxisValue"),
|
|
7540
7540
|
getRadioInputField("bottomAxisAngle", "Bottom Axis Angled", ["YES", "No"]),
|
|
7541
|
+
emptyBox$1("GraphEmpty1", { xs: 0, sm: 6, md: 6, lg: 0 }),
|
|
7541
7542
|
getArrayControl("legendLabels", "label"),
|
|
7542
7543
|
getArrayControl("pieArcColors", "color")
|
|
7543
7544
|
];
|