Skip to content

Commit

Permalink
fix: make the component bigger (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma committed Oct 25, 2023
1 parent 40af8a8 commit 5ccfbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<svg viewBox="0 0 300 300" width="250" height="250">
<svg viewBox="0 0 300 300" width="300" height="300">
<g id="chart">
<circle r="125" cx="150" cy="150" transform="rotate(123,150,150)"
fill="none" stroke="rgb(40,40,40)" stroke-width="45" stroke-dasharray="640.82 785.40"/>
Expand Down

0 comments on commit 5ccfbf0

Please sign in to comment.