From: Michael Tremer Date: Mon, 28 Sep 2020 16:21:16 +0000 (+0000) Subject: graphs: Make backgrounds transparent X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd2b8d53838b2b5e85a206f897ffa502060a4511;p=telemetry.git graphs: Make backgrounds transparent Signed-off-by: Michael Tremer --- diff --git a/src/collecty/constants.py b/src/collecty/constants.py index a128630..ef3a297 100644 --- a/src/collecty/constants.py +++ b/src/collecty/constants.py @@ -33,7 +33,7 @@ SUPPORTED_IMAGE_FORMATS = ("SVG", "PNG", "PDF") GRAPH_DEFAULT_ARGUMENTS = ( # Change the background colour - "--color", "BACK#FFFFFF", + "--color", "BACK#FFFFFFFF", # Disable the border around the image. "--border", "0",