Skip to content

Commit

Permalink
Fix graph widget width
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Jan 25, 2024
1 parent 5d169bb commit 026dae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mycodo/widgets/widget_graph_synchronous.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def generate_page_variables(widget_unique_id, widget_options):
("/past/<unique_id>/<measure_type>/<measurement_id>/<past_seconds>", "past", past_data, ["GET"]),
],

'widget_width': 20,
'widget_width': 24,
'widget_height': 15,

'custom_options': [
Expand Down

0 comments on commit 026dae1

Please sign in to comment.