From dc0b14006fb26d3b0890f8437c0a88a697c6642a Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Fri, 23 May 2025 07:26:08 -0700 Subject: [PATCH] Modified the power and battery graph to show both axis --- meshview/templates/node_graphs.html | 94 ++++++++++++++++++++++++----- meshview/web.py | 3 - 2 files changed, 78 insertions(+), 19 deletions(-) diff --git a/meshview/templates/node_graphs.html b/meshview/templates/node_graphs.html index f6cfd8e..a068ea2 100644 --- a/meshview/templates/node_graphs.html +++ b/meshview/templates/node_graphs.html @@ -1,15 +1,14 @@ - {% macro graph(name) %}
{% endmacro %} - +
- + - +
{% for name in [ "power", "utilization", "temperature", "humidity", "pressure", @@ -33,7 +32,7 @@ {% endfor %}
- +