changeset 40:1ddd2d950e31

SVG charts: reduce frame stroke width. If the frame stroke is too wide, bars of height 1 aren't visible.
author John "Elwin" Edwards
date Fri, 10 Jan 2014 12:00:37 -0500
parents a97a20571526
children d3ccdc195796
files py/stats2.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/py/stats2.py	Fri Jan 10 09:03:16 2014 -0500
+++ b/py/stats2.py	Fri Jan 10 12:00:37 2014 -0500
@@ -16,7 +16,7 @@
  fill:#ffffff;
  fill-opacity:1;
  stroke:#000000;
- stroke-width:4;
+ stroke-width:2;
  stroke-opacity:1;
 }}
 rect.bar {{