This commit is contained in:
archer
2023-06-30 00:05:06 +08:00
parent 8af10a7c9a
commit c411ca4bd4

View File

@@ -207,15 +207,12 @@ const CustomTooltip = ({ active, payload }: any) => {
<p className="label">
: <strong>{data.userCount}</strong>
</p>
<p className="label">
: <strong>{data.userIncrease}</strong>
</p>
<p className="label">
60: <strong>{data.payCount}</strong>
</p>
<p className="label">
: <strong>{data.userIncrease}</strong>
</p>
<p className="label">
: <strong>{data.userIncreaseRate}</strong>
</p>
</div>
);
}