impaktapps-ui-builder 0.0.97-alpha.8 → 0.0.97-alpha.9
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 +3 -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 +2 -0
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/graph.ts +2 -0
|
@@ -10258,7 +10258,9 @@ const LineGraph = {
|
|
|
10258
10258
|
},
|
|
10259
10259
|
style: {
|
|
10260
10260
|
containerStyle: {},
|
|
10261
|
-
|
|
10261
|
+
headerStyle: {},
|
|
10262
|
+
labelStyle: {},
|
|
10263
|
+
lineStyle: {}
|
|
10262
10264
|
}
|
|
10263
10265
|
}
|
|
10264
10266
|
};
|