From 64fcb9595c0d201aa451c683941e2e809a3df24d Mon Sep 17 00:00:00 2001 From: jomjol <30766535+jomjol@users.noreply.github.com> Date: Sun, 16 Oct 2022 19:22:01 +0200 Subject: [PATCH] Implement Graph --- Changelog.md | 1 + sd-card/html/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 74430ab3..b18196c7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ - added `/graph.html` to fetch measurements from the debug log and display them as a graph. Activate debug logging for this feature to work. - Added PreValue to `/json` ([#1154](https://github.com/jomjol/AI-on-the-edge-device/issues/1154)) +- Show graph of values direct in the user interface (thanks to [@rdmueller](https://github.com/rdmueller)) ### Changed diff --git a/sd-card/html/index.html b/sd-card/html/index.html index f8dfc86a..c98d88c8 100644 --- a/sd-card/html/index.html +++ b/sd-card/html/index.html @@ -62,6 +62,7 @@