Chart.js
Chart.js copied to clipboard
The `options.scales[scaleId].min` option hides the graph.
Expected behavior
Graph shouldn't be hidden by axes.
Current behavior
The options.scales[scaleId].min option hides the graph.
Reproducible sample
https://codepen.io/simnalamburt/pen/jOgJarq
Optional extra steps/info to reproduce
No response
Possible solution
No response
Context
No response
chart.js version
v4.6.6
Browser name and version
No response
Link to your project
No response
I will look into this more when I have time. But you can set clip: false in the root of the options object to let the dataset draw over the scale: https://codepen.io/leelenaleee/pen/GRVedLv
Wow thanks