summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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'