impaktapps-ui-builder 0.0.592-alpha.2 → 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 -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/dist/src/impaktapps-ui-builder/builder/build/uischema/graph.d.ts +0 -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
- package/src/impaktapps-ui-builder/builder/build/uischema/graph.ts +0 -1
|
@@ -10202,7 +10202,6 @@ const LineGraph = {
|
|
|
10202
10202
|
hideBottomAxisLine: false,
|
|
10203
10203
|
legend: {
|
|
10204
10204
|
labelColor: "green",
|
|
10205
|
-
legendTitle: "Our Assests",
|
|
10206
10205
|
direction: "row",
|
|
10207
10206
|
align: "right",
|
|
10208
10207
|
colorRectWidth: 20
|
|
@@ -10235,6 +10234,7 @@ const buildHorizontalBarGraph = (config, componentScope) => {
|
|
|
10235
10234
|
if (config.layout) {
|
|
10236
10235
|
horizontalBarGraph.config.layout = createLayoutFormat(config.layout);
|
|
10237
10236
|
}
|
|
10237
|
+
horizontalBarGraph.config.main.type = config.graphType;
|
|
10238
10238
|
horizontalBarGraph.scope = componentScope;
|
|
10239
10239
|
horizontalBarGraph.config.main.header = config.heading;
|
|
10240
10240
|
if (config.barColor) {
|