@ammarkhalidfarooq/dashboard-package 0.4.38 → 0.4.40
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -3748,7 +3748,7 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
3748
3748
|
formatter: function formatter(val) {
|
|
3749
3749
|
return "$".concat(formatNumber(val));
|
|
3750
3750
|
},
|
|
3751
|
-
offsetY: -
|
|
3751
|
+
offsetY: -10,
|
|
3752
3752
|
style: {
|
|
3753
3753
|
fontSize: "6px",
|
|
3754
3754
|
fontWeight: 400,
|