Closed linus-amg closed 4 months ago
Latest commit: 389648bf62ec3450d55df49e27807e6929b17193
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
@linus-amg is attempting to deploy a commit to the saas-js Team on Vercel.
A member of the Team first needs to authorize it.
This PR introduces
minValue
andmaxValue
for line-charts, to allow focusing only on the values which are part of the supplied data.Example of the default behaviour, recharts start the YAxis at 0
Example of the new behavior, when minValue is set to 20 and maxValue is set to 50
this will make smaller changes in values stand out more