From 2b3be8bf93f3405f52099983a1b342330d7c71c6 Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Wed, 21 May 2025 09:37:23 -0700 Subject: [PATCH] Modified the Neighbours graphs to eliminate the errors. --- meshview/templates/node_graphs.html | 201 ++++++++++++++++------------ 1 file changed, 118 insertions(+), 83 deletions(-) diff --git a/meshview/templates/node_graphs.html b/meshview/templates/node_graphs.html index 095b4fc..2de94ed 100644 --- a/meshview/templates/node_graphs.html +++ b/meshview/templates/node_graphs.html @@ -4,7 +4,6 @@ {% endmacro %} - -
@@ -36,9 +34,10 @@
Neighbor SNR
- +
+ + +
-
Temperature
{{ graph("temperature") }}
-
Humidity
{{ graph("humidity") }}
-
Pressure
{{ graph("pressure") }}
-
Indoor Air Quality
{{ graph("iaq") }}
-
Wind Speed
{{ graph("wind_speed") }}
-
Wind Direction
{{ graph("wind_direction") }}
+
+
Temperature
+
{{ graph("temperature") }}
+
+
+
Humidity
+
{{ graph("humidity") }}
+
+
+
Pressure
+
{{ graph("pressure") }}
+
+
+
Indoor Air Quality
+
{{ graph("iaq") }}
+
+
+
Wind Speed
+
{{ graph("wind_speed") }}
+
+
+
Wind Direction
+
{{ graph("wind_direction") }}
+
-
Power Metrics
{{ graph("power_metrics") }}
+
+
Power Metrics
+
{{ graph("power_metrics") }}
+
- +