Adjust chart margins

Adjusted left margin to 50px and right margin to 30px.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-21 12:16:07 +00:00
parent b6726ad8ab
commit 6c85debea5

View File

@@ -17,7 +17,7 @@ const ExpenseChart: React.FC<ExpenseChartProps> = ({ data }) => {
return (
<div className="neuro-card h-64 desktop-card">
<ResponsiveContainer width="100%" height="100%">
<PieChart margin={{ left: 60, right: 20, top: 20, bottom: 20 }}>
<PieChart margin={{ left: 50, right: 30, top: 20, bottom: 20 }}>
<Pie
data={data}
cx="50%"