summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Metzger2020-05-24 18:03:29 +0200
committerLukas Metzger2020-05-24 18:03:29 +0200
commit2500dfe01ed8cb0c526be859221c74a2ee2057f0 (patch)
tree830aa935afe06315320d0daf20a44e457878154d
parentAdded location page (diff)
downloadbwlp-statistics-2500dfe01ed8cb0c526be859221c74a2ee2057f0.tar.gz
bwlp-statistics-2500dfe01ed8cb0c526be859221c74a2ee2057f0.tar.xz
bwlp-statistics-2500dfe01ed8cb0c526be859221c74a2ee2057f0.zip
Configure color scheme
-rw-r--r--index.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.py b/index.py
index a3babb2..50a9d76 100644
--- a/index.py
+++ b/index.py
@@ -28,6 +28,7 @@ pio.templates['custom'] = dict(
),
separators=',.',
yaxis_tickformat = ',0f',
+ colorway=px.colors.qualitative.D3
)
)
pio.templates.default = 'custom'