From 023bbe49910e60739c556bac84eaa315ea70ab2a Mon Sep 17 00:00:00 2001 From: Agustin Zubiaga Date: Sat, 14 Jul 2012 00:07:50 +0000 Subject: Black Stroke and more thin --- 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, -- cgit v0.9.1