impaktapps-ui-builder 0.0.592-alpha.3 → 0.0.592-alpha.4
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 +8 -8
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/buildHorizontalBarGraph.ts +1 -0
- package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +1 -0
|
@@ -10234,6 +10234,7 @@ const buildHorizontalBarGraph = (config, componentScope) => {
|
|
|
10234
10234
|
if (config.layout) {
|
|
10235
10235
|
horizontalBarGraph.config.layout = createLayoutFormat(config.layout);
|
|
10236
10236
|
}
|
|
10237
|
+
horizontalBarGraph.config.main.type = config.graphType;
|
|
10237
10238
|
horizontalBarGraph.scope = componentScope;
|
|
10238
10239
|
horizontalBarGraph.config.main.header = config.heading;
|
|
10239
10240
|
if (config.barColor) {
|