@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.es.js
CHANGED
|
@@ -3734,8 +3734,7 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3734
3734
|
plotOptions: {
|
|
3735
3735
|
bar: {
|
|
3736
3736
|
horizontal: false,
|
|
3737
|
-
columnWidth: "
|
|
3738
|
-
barGap: "10%",
|
|
3737
|
+
columnWidth: "70%",
|
|
3739
3738
|
borderRadius: 4,
|
|
3740
3739
|
dataLabels: {
|
|
3741
3740
|
position: "top"
|
|
@@ -3743,7 +3742,7 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3743
3742
|
}
|
|
3744
3743
|
},
|
|
3745
3744
|
dataLabels: {
|
|
3746
|
-
enabled:
|
|
3745
|
+
enabled: true,
|
|
3747
3746
|
formatter: function formatter(val) {
|
|
3748
3747
|
return "$".concat(formatNumber(val));
|
|
3749
3748
|
},
|
|
@@ -3808,8 +3807,6 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3808
3807
|
show: false
|
|
3809
3808
|
},
|
|
3810
3809
|
tooltip: {
|
|
3811
|
-
shared: true,
|
|
3812
|
-
intersect: false,
|
|
3813
3810
|
y: {
|
|
3814
3811
|
formatter: function formatter(val) {
|
|
3815
3812
|
return "$".concat(formatNumber(val));
|