diff --git a/src/pages/Financial.tsx b/src/pages/Financial.tsx index fdd846f..0bbeea6 100644 --- a/src/pages/Financial.tsx +++ b/src/pages/Financial.tsx @@ -259,19 +259,19 @@ export default function Financial() { {/* Pie Chart - Expense Distribution */} -

+

Despesas por Categoria

-
+
@@ -281,21 +281,21 @@ export default function Financial() { formatEUR(value || 0)} - contentStyle={{ background: '#18181b', border: '1px solid rgba(255,255,255,0.1)', borderRadius: 12, fontSize: 12 }} + contentStyle={{ background: '#18181b', border: '1px solid rgba(255,255,255,0.1)', borderRadius: 12, fontSize: 13 }} itemStyle={{ color: '#e4e4e7' }} />
{/* Legend */} -
+
{data.categorias.slice(0, 10).map((cat, i) => ( -
-
-
- {cat.name} +
+
+
+ {cat.name}
- {formatEUR(cat.value)} + {formatEUR(cat.value)}
))}