Skip to content

Commit

Permalink
make line chart stroke non-scaling
Browse files Browse the repository at this point in the history
  • Loading branch information
Ralf Grubenmann committed Mar 18, 2024
1 parent 9f53c68 commit f1b7515
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/line.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ where
<polyline
fill="none"
style="stroke:url(#gradient)"
stroke-width="0.1"
stroke-width="1"
vector-effect="non-scaling-stroke"
stroke-linejoin="round"
points=move || {
values
Expand Down

0 comments on commit f1b7515

Please sign in to comment.