We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4bdc0 commit 658514cCopy full SHA for 658514c
webui/src/components/StatsPanel.tsx
@@ -90,7 +90,8 @@ const StatsPanel = ({ selector }: { selector: OpSelector }) => {
90
dataKey="totalSizeBytes"
91
tickFormatter={(v) => formatBytes(v)}
92
/>
93
- <Tooltip labelFormatter={(v) => formatBytes(v as number)}/>
+ <Tooltip labelFormatter={(x) => formatDate(x as number)}
94
+ formatter={(y) => [formatBytes(y as number), 'Total Size']}/>
95
<Legend />
96
<Line
97
yAxisId="left"
0 commit comments