feat: usage export data

This commit is contained in:
jialin
2025-06-09 18:45:47 +08:00
parent 471e1ae96f
commit a161fa953e
13 changed files with 301 additions and 43 deletions
@@ -17,7 +17,7 @@ const TopUser: React.FC<TopUserProps> = (props) => {
title={intl.formatMessage({ id: 'dashboard.topusers' })}
seriesData={userData}
xAxisData={topUserList}
height={360}
height={520}
></HBar>
</CardWrapper>
);