Commit c411ca4b by archer

text

parent 8af10a7c
......@@ -208,13 +208,10 @@ const CustomTooltip = ({ active, payload }: any) => {
用户总数: <strong>{data.userCount}</strong>
</p>
<p className="label">
60天累计支付: <strong>{data.payCount}</strong>元
</p>
<p className="label">
用户昨日增长数量: <strong>{data.userIncrease}</strong>
用户进入增长数量: <strong>{data.userIncrease}</strong>
</p>
<p className="label">
用户昨日增长比例: <strong>{data.userIncreaseRate}</strong>
60天累计支付: <strong>{data.payCount}</strong>元
</p>
</div>
);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment