feat: processing of modules in card, renaming

This commit is contained in:
2025-02-20 20:21:08 +04:00
parent dc9455966e
commit 8083bdf3d0
29 changed files with 240 additions and 768 deletions

View File

@@ -27,7 +27,7 @@ export const ProfitChart = () => {
{ name: "expenses", label: "Расходы", color: "red.6" },
],
[
{ name: "dealsCount", label: "Количество сделок", color: "indigo.6" },
{ name: "cardsCount", label: "Количество сделок", color: "indigo.6" },
],
];
@@ -54,6 +54,7 @@ export const ProfitChart = () => {
valueFormatter={(value) => new Intl.NumberFormat("ru-RU").format(value)}
series={series}
fillOpacity={0.5}
key={idx}
/>
);
})}