Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAgustin Zubiaga <aguz@sugarlabs.org>2012-07-14 00:25:31 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-07-14 00:25:31 (GMT)
commit8c9c955b30e77ac714a69ca5e4ad149e6013171e (patch)
tree8d1a179cdf2dfc3d9ee75bedf70b6f3b41fb397a
parentddbcff931c8074ffd9d2e30dd150ef7cef74cff8 (diff)
Correcting lasts commit
-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,