fix: stroke color on pie and default report name
This commit is contained in:
@@ -100,8 +100,8 @@ export function Chart({ data }: Props) {
|
||||
return (
|
||||
<Cell
|
||||
key={item.id}
|
||||
strokeWidth={2}
|
||||
stroke={'#fff'}
|
||||
strokeWidth={4}
|
||||
className="stroke-background"
|
||||
fill={item.color}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user