impaktapps-ui-builder 0.0.382-alpha.46 → 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 -13
- 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 -13
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/graph.ts +44 -44
|
@@ -9154,19 +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
|
-
legendStyle: {
|
|
9166
|
-
legend: {},
|
|
9167
|
-
legendTitle: {}
|
|
9168
|
-
}
|
|
9169
|
-
}
|
|
9157
|
+
main: {}
|
|
9170
9158
|
}
|
|
9171
9159
|
};
|
|
9172
9160
|
const PieGraph = {
|