fix(stat): remove useless hide text on graph
This commit is contained in:
parent
f3fe80fa46
commit
8504508396
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user