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';
|
const textAnchor = cos >= 0 ? 'start' : 'end';
|
||||||
|
|
||||||
return <g>
|
return <g>
|
||||||
<text x={cx} y={cy} dy={8} textAnchor="middle" fill={fill}>
|
|
||||||
{payload.name}
|
|
||||||
</text>
|
|
||||||
<Sector
|
<Sector
|
||||||
cx={cx}
|
cx={cx}
|
||||||
cy={cy}
|
cy={cy}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user