@ammarkhalidfarooq/dashboard-package 0.4.41 → 0.4.42
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.cjs.js +2 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +2 -5
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3736,8 +3736,7 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3736
3736
|
plotOptions: {
|
|
3737
3737
|
bar: {
|
|
3738
3738
|
horizontal: false,
|
|
3739
|
-
columnWidth: "
|
|
3740
|
-
barGap: "10%",
|
|
3739
|
+
columnWidth: "70%",
|
|
3741
3740
|
borderRadius: 4,
|
|
3742
3741
|
dataLabels: {
|
|
3743
3742
|
position: "top"
|
|
@@ -3745,7 +3744,7 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3745
3744
|
}
|
|
3746
3745
|
},
|
|
3747
3746
|
dataLabels: {
|
|
3748
|
-
enabled:
|
|
3747
|
+
enabled: true,
|
|
3749
3748
|
formatter: function formatter(val) {
|
|
3750
3749
|
return "$".concat(formatNumber(val));
|
|
3751
3750
|
},
|
|
@@ -3810,8 +3809,6 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3810
3809
|
show: false
|
|
3811
3810
|
},
|
|
3812
3811
|
tooltip: {
|
|
3813
|
-
shared: true,
|
|
3814
|
-
intersect: false,
|
|
3815
3812
|
y: {
|
|
3816
3813
|
formatter: function formatter(val) {
|
|
3817
3814
|
return "$".concat(formatNumber(val));
|