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