From 97cadd5e788cc73617a2d5a78c0af7da9a27d8b6 Mon Sep 17 00:00:00 2001 From: "John \"Elwin\" Edwards" Date: Fri, 10 Jan 2014 12:00:37 -0500 Subject: [PATCH] SVG charts: reduce frame stroke width. If the frame stroke is too wide, bars of height 1 aren't visible. --- py/stats2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/stats2.py b/py/stats2.py index 1e2fab4..ce87a9e 100755 --- a/py/stats2.py +++ b/py/stats2.py @@ -16,7 +16,7 @@ rect.frame {{ fill:#ffffff; fill-opacity:1; stroke:#000000; - stroke-width:4; + stroke-width:2; stroke-opacity:1; }} rect.bar {{