From ddbcff931c8074ffd9d2e30dd150ef7cef74cff8 Mon Sep 17 00:00:00 2001 From: Agustin Zubiaga Date: Sat, 14 Jul 2012 00:22:44 +0000 Subject: Revert "Black Stroke and more thin", it isn't correct This reverts commit 023bbe49910e60739c556bac84eaa315ea70ab2a. --- 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, -- cgit v0.9.1