@ammarkhalidfarooq/dashboard-package 0.3.11 → 0.3.12
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/README.md +38 -38
- package/dist/index.cjs.js +1 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1 -0
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4789,6 +4789,7 @@ var OverallSection = function OverallSection(_ref) {
|
|
|
4789
4789
|
}
|
|
4790
4790
|
return charts;
|
|
4791
4791
|
};
|
|
4792
|
+
console.log("API DATA", apiData);
|
|
4792
4793
|
var metricInfo = {
|
|
4793
4794
|
"Total Raised": {
|
|
4794
4795
|
value: "$".concat(formatNumber(apiData === null || apiData === void 0 ? void 0 : apiData.totalRaisedCard)) || "$240.9K",
|