]> git.ipfire.org Git - collecty.git/commitdiff
graphs: Make backgrounds transparent
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 28 Sep 2020 16:21:16 +0000 (16:21 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 28 Sep 2020 16:21:16 +0000 (16:21 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/collecty/constants.py

index a12863015f766daa36d87a2a4eadcac3339d5b71..ef3a297168a240c4ce5477173e997d630e104419 100644 (file)
@@ -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",