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