From 026dae162dd464eae484e4946f2d5c35cea11fb1 Mon Sep 17 00:00:00 2001 From: Kyle Gabriel Date: Thu, 25 Jan 2024 15:14:03 -0500 Subject: [PATCH] Fix graph widget width --- mycodo/widgets/widget_graph_synchronous.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mycodo/widgets/widget_graph_synchronous.py b/mycodo/widgets/widget_graph_synchronous.py index 40a3a3404..c6cd25e1e 100644 --- a/mycodo/widgets/widget_graph_synchronous.py +++ b/mycodo/widgets/widget_graph_synchronous.py @@ -248,7 +248,7 @@ def generate_page_variables(widget_unique_id, widget_options): ("/past////", "past", past_data, ["GET"]), ], - 'widget_width': 20, + 'widget_width': 24, 'widget_height': 15, 'custom_options': [