update styles
This commit is contained in:
@@ -44,7 +44,7 @@ export const PieChartComponent = ({ data, show }: {
|
||||
</Pie>
|
||||
</PieChart>
|
||||
</ResponsiveContainer>
|
||||
<div className="flex gap-6">
|
||||
<div className="flex gap-6 mt-4">
|
||||
{data.map((entry, index) => (
|
||||
<div key={`cell-${index}`} className="">
|
||||
<span className="w-2 h-2 rounded-full font-bold inline-block mr-1.5" style={{ backgroundColor: entry.color }}></span>
|
||||
|
||||
Reference in New Issue
Block a user