No changes.
This commit is contained in:
@@ -40,7 +40,7 @@ const MonthlyComparisonChart: React.FC<MonthlyComparisonChartProps> = ({
|
||||
);
|
||||
|
||||
return (
|
||||
<div className="neuro-card h-72">
|
||||
<div className="neuro-card h-72 w-full">
|
||||
{!isEmpty && monthlyData.length > 0 ? (
|
||||
<ResponsiveContainer width="100%" height="100%">
|
||||
<BarChart data={monthlyData} margin={{
|
||||
|
||||
Reference in New Issue
Block a user