Skip to content

Commit 08722b1

Browse files
committed
wip
1 parent 7895161 commit 08722b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,16 @@ $svg = $sparkLine->make();
2626

2727
![](./.github/img/0.png)
2828

29+
---
30+
2931
```php
3032
$sparkLine = SparkLine::new($days)->withColors('#4285F4', '#31ACF2', '#2BC9F4');
3133
```
3234

3335
![](./.github/img/1.png)
3436

37+
---
38+
3539
```php
3640
$sparkLine = SparkLine::new($days)
3741
->withStrokeWidth(4)

0 commit comments

Comments
 (0)