From: Michael Tremer Date: Mon, 28 Sep 2020 16:22:38 +0000 (+0000) Subject: graphs: Increase default width to 960px X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07218077bb7b1fe8612661c9f742d131bab80d6a;p=telemetry.git graphs: Increase default width to 960px Signed-off-by: Michael Tremer --- diff --git a/src/collecty/constants.py b/src/collecty/constants.py index ef3a297..6b8f97c 100644 --- a/src/collecty/constants.py +++ b/src/collecty/constants.py @@ -61,7 +61,7 @@ INTERVALS = { "year" : "-365d", } -GRAPH_DEFAULT_WIDTH = 768 +GRAPH_DEFAULT_WIDTH = 960 GRAPH_DEFAULT_HEIGHT = 480 # Default column widths