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:
parent
8516530580
commit
97cadd5e78
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ rect.frame {{
|
|||
fill:#ffffff;
|
||||
fill-opacity:1;
|
||||
stroke:#000000;
|
||||
stroke-width:4;
|
||||
stroke-width:2;
|
||||
stroke-opacity:1;
|
||||
}}
|
||||
rect.bar {{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue