refactor: use hook for fetch chart

This commit is contained in:
jialin
2026-06-16 22:28:46 +08:00
committed by jialin
parent 9f5163531c
commit 737d43fd16
2 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ const BarChart: React.FC<BarChartProps> = (props) => {
<div
style={{
position: 'absolute',
inset: 0,
inset: 20,
display: 'flex',
alignItems: 'center',
justifyContent: 'center',