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:07:50 (GMT)
committer Agustin Zubiaga <aguz@sugarlabs.org>2012-07-14 00:07:50 (GMT)
commit023bbe49910e60739c556bac84eaa315ea70ab2a (patch)
tree2fd1179c9d41c0693359f0d6e94af4be1be82141
parent4dfdcdbd960a3a680c130f5a5a380f4bb0017a64 (diff)
Black Stroke and more thin
-rw-r--r--chart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart.py b/chart.py
index f738fb0..79f990c 100644
--- a/chart.py
+++ b/chart.py
@@ -831,8 +831,8 @@ DEFAULT_OPTIONS = Option(
hide=False,
baseColor=None,
chartColor='#f5f5f5',
- lineColor='#ffffff',
- lineWidth=1.5,
+ lineColor='#000000',
+ lineWidth=1,
),
legend=Option(
opacity=0.8,