impaktapps-ui-builder 0.0.382-alpha.45 → 0.0.382-alpha.47
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 -15
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +11 -11
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/graph.d.ts +1 -15
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/graph.ts +44 -44
|
@@ -9154,21 +9154,7 @@ const BarGraph = {
|
|
|
9154
9154
|
widget: "Graph"
|
|
9155
9155
|
},
|
|
9156
9156
|
config: {
|
|
9157
|
-
main: {
|
|
9158
|
-
legend: {}
|
|
9159
|
-
},
|
|
9160
|
-
style: {
|
|
9161
|
-
containerStyle: {},
|
|
9162
|
-
headerStyle: {},
|
|
9163
|
-
tooltipStyle: {},
|
|
9164
|
-
barStyle: {
|
|
9165
|
-
color: {}
|
|
9166
|
-
},
|
|
9167
|
-
legendStyle: {
|
|
9168
|
-
legend: {},
|
|
9169
|
-
legendTitle: {}
|
|
9170
|
-
}
|
|
9171
|
-
}
|
|
9157
|
+
main: {}
|
|
9172
9158
|
}
|
|
9173
9159
|
};
|
|
9174
9160
|
const PieGraph = {
|