impaktapps-ui-builder 0.0.382-alpha.43 → 0.0.382-alpha.45
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 +13 -65
- package/dist/impaktapps-ui-builder.es.js.map +1 -1
- package/dist/impaktapps-ui-builder.umd.js +7 -7
- package/dist/impaktapps-ui-builder.umd.js.map +1 -1
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/card.d.ts +10 -24
- package/dist/src/impaktapps-ui-builder/builder/build/uischema/graph.d.ts +5 -49
- package/package.json +1 -1
- package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +9 -19
- package/src/impaktapps-ui-builder/builder/build/uischema/graph.ts +35 -35
|
@@ -9155,59 +9155,18 @@ const BarGraph = {
|
|
|
9155
9155
|
},
|
|
9156
9156
|
config: {
|
|
9157
9157
|
main: {
|
|
9158
|
-
|
|
9159
|
-
bottomLabel: "Name of Employe",
|
|
9160
|
-
numTicks: 6,
|
|
9161
|
-
leftLabel: "Value in lakhs",
|
|
9162
|
-
axisLeft: true,
|
|
9163
|
-
axisBottom: true,
|
|
9164
|
-
hideTicks: false,
|
|
9165
|
-
hideLeftAxisLine: false,
|
|
9166
|
-
hideBottomAxisLine: false,
|
|
9167
|
-
bottomAxisWidth: "10px",
|
|
9168
|
-
legend: {
|
|
9169
|
-
labelColor: "green",
|
|
9170
|
-
legendTitle: "",
|
|
9171
|
-
direction: "row",
|
|
9172
|
-
align: "none"
|
|
9173
|
-
}
|
|
9158
|
+
legend: {}
|
|
9174
9159
|
},
|
|
9175
9160
|
style: {
|
|
9176
|
-
containerStyle: {
|
|
9177
|
-
width: "100%",
|
|
9178
|
-
height: "450"
|
|
9179
|
-
},
|
|
9161
|
+
containerStyle: {},
|
|
9180
9162
|
headerStyle: {},
|
|
9181
9163
|
tooltipStyle: {},
|
|
9182
|
-
labelStyle: {
|
|
9183
|
-
margin: { left: 80, bottom: 20 },
|
|
9184
|
-
leftLabelOffset: 50,
|
|
9185
|
-
bottomLabelOffset: 10
|
|
9186
|
-
},
|
|
9187
9164
|
barStyle: {
|
|
9188
|
-
color: {
|
|
9189
|
-
firstBarColor: "#6c5efb",
|
|
9190
|
-
secondBarColor: "#3f51b5"
|
|
9191
|
-
}
|
|
9165
|
+
color: {}
|
|
9192
9166
|
},
|
|
9193
9167
|
legendStyle: {
|
|
9194
|
-
legend: {
|
|
9195
|
-
|
|
9196
|
-
fontSize: "8px",
|
|
9197
|
-
fontFamily: "arial",
|
|
9198
|
-
padding: "10px 10px",
|
|
9199
|
-
width: "30%",
|
|
9200
|
-
display: "flex",
|
|
9201
|
-
justifyContent: "center",
|
|
9202
|
-
border: "1px solid rgba(255, 255, 255, 0.3)",
|
|
9203
|
-
borderRadius: " 8px",
|
|
9204
|
-
marginRight: "auto"
|
|
9205
|
-
},
|
|
9206
|
-
legendTitle: {
|
|
9207
|
-
fontSize: "10px",
|
|
9208
|
-
marginBottom: "10px",
|
|
9209
|
-
fontWeight: "100"
|
|
9210
|
-
}
|
|
9168
|
+
legend: {},
|
|
9169
|
+
legendTitle: {}
|
|
9211
9170
|
}
|
|
9212
9171
|
}
|
|
9213
9172
|
}
|
|
@@ -9876,25 +9835,14 @@ var Card = {
|
|
|
9876
9835
|
main: {
|
|
9877
9836
|
rowSpacing: 0.5
|
|
9878
9837
|
},
|
|
9879
|
-
|
|
9880
|
-
|
|
9881
|
-
|
|
9882
|
-
|
|
9883
|
-
|
|
9884
|
-
|
|
9885
|
-
|
|
9886
|
-
|
|
9887
|
-
borderRadius: "20px"
|
|
9888
|
-
},
|
|
9889
|
-
wrapperStyle: {
|
|
9890
|
-
position: "relative",
|
|
9891
|
-
color: "white",
|
|
9892
|
-
height: { xs: "120px", md: "160px" },
|
|
9893
|
-
width: "100%",
|
|
9894
|
-
textAlign: "left",
|
|
9895
|
-
background: "#3f51b5",
|
|
9896
|
-
borderRadius: "20px"
|
|
9897
|
-
}
|
|
9838
|
+
componentsBoxStyle: {
|
|
9839
|
+
position: "relative",
|
|
9840
|
+
color: "white",
|
|
9841
|
+
height: { xs: "120px", md: "160px" },
|
|
9842
|
+
width: "100%",
|
|
9843
|
+
textAlign: "left",
|
|
9844
|
+
background: "#3f51b5",
|
|
9845
|
+
borderRadius: "20px"
|
|
9898
9846
|
},
|
|
9899
9847
|
layout: { xs: 12, sm: 12, md: 6, lg: 6 }
|
|
9900
9848
|
},
|