From 90b77db05a623efe9e25b5d3bd2cc46fce55e78e Mon Sep 17 00:00:00 2001 From: Gareth George Date: Sat, 28 Jun 2025 12:09:30 -0700 Subject: [PATCH] feat(webui): improve compression graph readability The y-axis for the compression ratio graph has been adjusted to start at 0.95 and end slightly above the maximum data point. This makes changes in the compression ratio more visible, as suggested in the user feedback. --- webui/src/components/StatsPanel.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/webui/src/components/StatsPanel.tsx b/webui/src/components/StatsPanel.tsx index 311d393d..f3a6b31c 100644 --- a/webui/src/components/StatsPanel.tsx +++ b/webui/src/components/StatsPanel.tsx @@ -113,7 +113,12 @@ const StatsPanel = ({ selector }: { selector: OpSelector }) => { domain={["dataMin", "dataMax"]} tickFormatter={(v) => formatDate(v as number)} /> - + formatDate(v as number)} />