fix(energy): widen Top5 YAxis to prevent station name truncation

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
kkfluous
2026-04-28 11:29:45 +08:00
parent dc1f0326fc
commit c8a1e8506e

View File

@@ -90,7 +90,7 @@ export default function HydrogenOverview() {
<YAxis
type="category"
dataKey="name"
width={120}
width={150}
tick={{ fontSize: 11, fill: '#475569' }}
tickLine={false}
axisLine={false}