charts and tiles added to the analytics page

This commit is contained in:
suryacp23 2026-07-15 10:37:26 +05:30
parent cbbfe76eab
commit 3dce9d655a

View File

@ -103,7 +103,7 @@ export function AnalyticsPage() {
paddingAngle={5}
dataKey="value"
>
{data.map((entry, index) => (
{data.map((_, index) => (
<Cell key={`cell-${index}`} fill={COLORS[index % COLORS.length]} />
))}
</Pie>