fix(stat): remove useless hide text on graph

This commit is contained in:
Thibaut Valentin 2025-02-14 11:22:47 +01:00
parent f3fe80fa46
commit 8504508396

View File

@ -118,9 +118,6 @@ function CatGraph({raw_data}) {
const textAnchor = cos >= 0 ? 'start' : 'end';
return <g>
<text x={cx} y={cy} dy={8} textAnchor="middle" fill={fill}>
{payload.name}
</text>
<Sector
cx={cx}
cy={cy}