Skip to content

Commit

Permalink
change defined width+height demo to 300px wide
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburnell committed Jan 24, 2024
1 parent f29d534 commit 4706e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ A Web Component that builds an SVG Sparkline.
### Defined width and height

```html
<svg-sparkline values="8,3,2,7,9,1,5,6,4,10,3,8,2,7,1,9" width="400" height="100"></svg-sparkline>
<svg-sparkline values="8,3,2,7,9,1,5,6,4,10,3,8,2,7,1,9" width="300" height="100"></svg-sparkline>
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2>Defined line width</h2>
</p>
<h2>Defined width and height</h2>
<p>
<svg-sparkline values="8,3,2,7,9,1,5,6,4,10,3,8,2,7,1,9" width="400" height="100"></svg-sparkline>
<svg-sparkline values="8,3,2,7,9,1,5,6,4,10,3,8,2,7,1,9" width="300" height="100"></svg-sparkline>
</p>
</body>
</html>

0 comments on commit 4706e1e

Please sign in to comment.