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:22:44 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-07-14 00:22:44 (GMT)
commitddbcff931c8074ffd9d2e30dd150ef7cef74cff8 (patch)
tree737a58a9b94f29256c43b8966489c5e489b70d0c
parent023bbe49910e60739c556bac84eaa315ea70ab2a (diff)
Revert "Black Stroke and more thin", it isn't correct
This reverts commit 023bbe49910e60739c556bac84eaa315ea70ab2a.
-rw-r--r--chart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart.py b/chart.py
index 79f990c..f738fb0 100644
--- a/chart.py
+++ b/chart.py
@@ -831,8 +831,8 @@ DEFAULT_OPTIONS = Option(
hide=False,
baseColor=None,
chartColor='#f5f5f5',
- lineColor='#000000',
- lineWidth=1,
+ lineColor='#ffffff',
+ lineWidth=1.5,
),
legend=Option(
opacity=0.8,