impaktapps-ui-builder 0.0.382-alpha.49 → 0.0.382-alpha.50
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 -29
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +3 -3
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/graph.d.ts +0 -28
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/graph.ts +29 -29
|
@@ -9165,35 +9165,7 @@ const PieGraph = {
|
|
|
9165
9165
|
},
|
|
9166
9166
|
config: {
|
|
9167
9167
|
main: {
|
|
9168
|
-
|
|
9169
|
-
type: "PieGraph",
|
|
9170
|
-
bottomLabel: "Name of Employe",
|
|
9171
|
-
leftLabel: "Value",
|
|
9172
|
-
axisLeft: true,
|
|
9173
|
-
axisBottom: true,
|
|
9174
|
-
legendAvailable: true,
|
|
9175
|
-
legend: {
|
|
9176
|
-
labelColor: "green",
|
|
9177
|
-
legendTitle: "Branches",
|
|
9178
|
-
direction: "row",
|
|
9179
|
-
align: "right"
|
|
9180
|
-
}
|
|
9181
|
-
},
|
|
9182
|
-
style: {
|
|
9183
|
-
containerStyle: {
|
|
9184
|
-
height: "340"
|
|
9185
|
-
},
|
|
9186
|
-
headerStyle: {},
|
|
9187
|
-
tooltipStyle: {
|
|
9188
|
-
backgroundColor: "black",
|
|
9189
|
-
width: "80px"
|
|
9190
|
-
},
|
|
9191
|
-
labelStyle: {},
|
|
9192
|
-
legendStyle: {
|
|
9193
|
-
legend: {},
|
|
9194
|
-
legendTitle: {}
|
|
9195
|
-
},
|
|
9196
|
-
pieStyle: {}
|
|
9168
|
+
type: "PieGraph"
|
|
9197
9169
|
}
|
|
9198
9170
|
}
|
|
9199
9171
|
};
|