SVG charts: reduce frame stroke width.

If the frame stroke is too wide, bars of height 1 aren't visible.
This commit is contained in:
John "Elwin" Edwards 2014-01-10 12:00:37 -05:00
parent 8516530580
commit 97cadd5e78

View file

@ -16,7 +16,7 @@ rect.frame {{
fill:#ffffff; fill:#ffffff;
fill-opacity:1; fill-opacity:1;
stroke:#000000; stroke:#000000;
stroke-width:4; stroke-width:2;
stroke-opacity:1; stroke-opacity:1;
}} }}
rect.bar {{ rect.bar {{