feat: add sample size
This commit is contained in:
@@ -83,8 +83,9 @@ const RaceChart: FC<RaceChartProps> = ({ players, std }) => {
|
||||
fontWeight={"bold"}
|
||||
strokeWidth={4}
|
||||
paintOrder={"stroke fill"}
|
||||
style={{ whiteSpace: "pre" }}
|
||||
>
|
||||
{`${player.rank} ± ${player.std}`}
|
||||
{`${player.rank} ± ${player.std} N = ${player.n}`}
|
||||
</text>
|
||||
</g>
|
||||
))}
|
||||
|
Reference in New Issue
Block a user