Skip to content

Commit f3157f7

Browse files
committed
wip
1 parent 5ab5bbd commit f3157f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $sparkLine = SparkLine::new($days)
5151
- **`withStrokeWidth`** will determine the stroke's width
5252
- **`withDimensions`** will determine the width and height of the rendered SVG
5353
- **`withMaxItemAmount`** will determine how many days will be shown. If you originally passed on more days than this max, then the oldest ones will be omitted. If the max amount is set to a number that's _higher_ than the current amount of days, then the sparkline will contain empty days. By default, the amount of given days will be used.
54-
- **`withMaxValue``** will set the maximum value of the sparkline. This is useful if you have multiple sparklines that should all have the same scale. By default, the maximum value is determined based on the given days.
54+
- **`withMaxValue`** will set the maximum value of the sparkline. This is useful if you have multiple sparklines that should all have the same scale. By default, the maximum value is determined based on the given days.
5555

5656
## Testing
5757

0 commit comments

Comments
 (0)