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