Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/chart.py
diff options
context:
space:
mode:
Diffstat (limited to 'chart.py')
-rw-r--r--chart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart.py b/chart.py
index f738fb0..2d75507 100644
--- a/chart.py
+++ b/chart.py
@@ -850,10 +850,10 @@ DEFAULT_OPTIONS = Option(
bottom=10,
),
stroke=Option(
- color='#ffffff',
+ color='#000000',
hide=False,
shadow=True,
- width=2
+ width=1
),
yvals=Option(
show=False,