We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm fiddling with min and max properties of the timeseries scale at the moment and I've come across a weird behaviour.
When setting the scale.x.max property to the x value of any datapoint, that datapoint is being ignored when the y-axis does its auto scaling.
scale.x.max
x
Here's a minimal example: https://stackblitz.com/edit/vitejs-vite-yzysxr?file=src%2Fmain.ts Uncomment line 32 to see the problem.
I'd appreciate if anyone could look into this :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm fiddling with min and max properties of the timeseries scale at the moment and I've come across a weird behaviour.
When setting the
scale.x.max
property to thex
value of any datapoint, that datapoint is being ignored when the y-axis does its auto scaling.Here's a minimal example: https://stackblitz.com/edit/vitejs-vite-yzysxr?file=src%2Fmain.ts
Uncomment line 32 to see the problem.
I'd appreciate if anyone could look into this :)
The text was updated successfully, but these errors were encountered: