feat: processing of modules in card, renaming
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user