@kashifd/jwero-components 0.5.83 → 0.5.84
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/index.es.js +3 -6
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -58548,7 +58548,7 @@ const MV = ({ name: e, labels: t, data: n }) => {
|
|
|
58548
58548
|
},
|
|
58549
58549
|
plotOptions: {
|
|
58550
58550
|
bar: {
|
|
58551
|
-
horizontal: !
|
|
58551
|
+
horizontal: !1,
|
|
58552
58552
|
borderRadius: 10,
|
|
58553
58553
|
dataLabels: {
|
|
58554
58554
|
position: "right"
|
|
@@ -58557,7 +58557,7 @@ const MV = ({ name: e, labels: t, data: n }) => {
|
|
|
58557
58557
|
},
|
|
58558
58558
|
xaxis: {
|
|
58559
58559
|
categories: e,
|
|
58560
|
-
position: "
|
|
58560
|
+
position: "bottom",
|
|
58561
58561
|
axisBorder: {
|
|
58562
58562
|
show: !1
|
|
58563
58563
|
},
|
|
@@ -58600,10 +58600,7 @@ const MV = ({ name: e, labels: t, data: n }) => {
|
|
|
58600
58600
|
show: !1
|
|
58601
58601
|
},
|
|
58602
58602
|
labels: {
|
|
58603
|
-
show: !
|
|
58604
|
-
formatter: function(d) {
|
|
58605
|
-
return d + "%";
|
|
58606
|
-
}
|
|
58603
|
+
show: !0
|
|
58607
58604
|
}
|
|
58608
58605
|
}
|
|
58609
58606
|
}, c = [
|