charts and tiles added to the analytics page
This commit is contained in:
parent
cbbfe76eab
commit
3dce9d655a
@ -103,7 +103,7 @@ export function AnalyticsPage() {
|
|||||||
paddingAngle={5}
|
paddingAngle={5}
|
||||||
dataKey="value"
|
dataKey="value"
|
||||||
>
|
>
|
||||||
{data.map((entry, index) => (
|
{data.map((_, index) => (
|
||||||
<Cell key={`cell-${index}`} fill={COLORS[index % COLORS.length]} />
|
<Cell key={`cell-${index}`} fill={COLORS[index % COLORS.length]} />
|
||||||
))}
|
))}
|
||||||
</Pie>
|
</Pie>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user