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.
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 :)