@ammarkhalidfarooq/dashboard-package 0.4.3 → 0.4.4
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 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5241,8 +5241,7 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
5241
5241
|
},
|
|
5242
5242
|
yaxis: {
|
|
5243
5243
|
min: 0,
|
|
5244
|
-
|
|
5245
|
-
tickAmount: 3,
|
|
5244
|
+
tickAmount: 4,
|
|
5246
5245
|
labels: {
|
|
5247
5246
|
formatter: function formatter(val) {
|
|
5248
5247
|
return "$".concat(formatNumber(val));
|