@ammarkhalidfarooq/dashboard-package 0.4.1 → 0.4.2
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 +8 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +8 -1
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5281,7 +5281,13 @@ var DonationTypeBarChart = function DonationTypeBarChart(_ref) {
|
|
|
5281
5281
|
}
|
|
5282
5282
|
}
|
|
5283
5283
|
};
|
|
5284
|
-
var series = (donationTypeData === null || donationTypeData === void 0 ? void 0 : donationTypeData.series) || [
|
|
5284
|
+
var series = (donationTypeData === null || donationTypeData === void 0 ? void 0 : donationTypeData.series) || [{
|
|
5285
|
+
name: "Recurring",
|
|
5286
|
+
data: [9.2, 11.8, 13.4, 4.9]
|
|
5287
|
+
}, {
|
|
5288
|
+
name: "One-time",
|
|
5289
|
+
data: [32.4, 41.2, 46.8, 14.3]
|
|
5290
|
+
}];
|
|
5285
5291
|
return /*#__PURE__*/jsxs(Card, {
|
|
5286
5292
|
sx: _objectSpread2({
|
|
5287
5293
|
bgcolor: "#fff",
|
|
@@ -6077,6 +6083,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
6077
6083
|
trend: selectedInfo.subValue
|
|
6078
6084
|
});
|
|
6079
6085
|
console.log("Donation Type Data", donationTypeData);
|
|
6086
|
+
console.log("API DATA", apiData);
|
|
6080
6087
|
return /*#__PURE__*/jsxs(Fragment, {
|
|
6081
6088
|
children: [/*#__PURE__*/jsx(Box, {
|
|
6082
6089
|
sx: {
|