]> git.ipfire.org Git - oddments/collecty.git/commitdiff
Change the background colour to white
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Nov 2015 01:04:37 +0000 (01:04 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 23 Nov 2015 01:04:37 +0000 (01:04 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/collecty/constants.py

index 249b75ecd44ca6421a029f9d1e4fdc057a537acf..f5e46176567696c4bfac565eb97f39475fdfd668 100644 (file)
@@ -32,6 +32,9 @@ DEFAULT_LOCALE = "en_GB.utf8"
 DEFAULT_TIMEZONE = "UTC"
 
 GRAPH_DEFAULT_ARGUMENTS = (
 DEFAULT_TIMEZONE = "UTC"
 
 GRAPH_DEFAULT_ARGUMENTS = (
+       # Change the background colour
+       "--color", "BACK#FFFFFF",
+
        # Disable the border around the image.
        "--border", "0",
 
        # Disable the border around the image.
        "--border", "0",