From 6657e6ae30aa35d2469c75586ac8cf84539902b2 Mon Sep 17 00:00:00 2001 From: Aaron Personal Date: Mon, 24 Aug 2026 19:39:38 +0530 Subject: [PATCH] docs: extend graph info --- src/content/user_guide/dashboard/index.md | 1 + src/content/user_guide/dashboard/sessions.md | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/content/user_guide/dashboard/index.md b/src/content/user_guide/dashboard/index.md index 5669dcf..f4a4767 100644 --- a/src/content/user_guide/dashboard/index.md +++ b/src/content/user_guide/dashboard/index.md @@ -37,6 +37,7 @@ Once you've signed in, your session is cached locally so future launches of `fen | **Overview** (`/`) | All projects with logged sessions, at a glance | | **Project** (`/project/`) | All sessions for a single project | | **Session** (`/session//`) | Full detail for one session - logs, metadata, status | +| **Metric Detail** (`/session///metric/`) | Full-size chart for a single metric, reached via "View details" on the session's Graphs tab | | **Templates** (`/templates`) | Templates you've pulled locally, with the option to launch them - see [Managing Templates](templates.md) | For details on filtering, renaming, and archiving sessions, see [Managing Sessions](sessions.md). diff --git a/src/content/user_guide/dashboard/sessions.md b/src/content/user_guide/dashboard/sessions.md index 4f1fa04..1d58949 100644 --- a/src/content/user_guide/dashboard/sessions.md +++ b/src/content/user_guide/dashboard/sessions.md @@ -119,4 +119,12 @@ - **Validation Loss** - **Accuracy** - Sessions without metric data simply display an empty state in the Graphs tab. \ No newline at end of file + Sessions without metric data simply display an empty state in the Graphs tab. + + Each chart shows axis labels for the minimum and maximum values, and hovering over the line displays the exact step/value at that point. + + ## Metric detail view + + Click **View details** on any chart card to open a full-size view of that metric at `/session///metric/`. The detail view shows only that metric's data and animates the line in when the page loads. + + If the session or metric doesn't exist, or the session has no data for that metric, the page returns a 404.