Skip to content
New issue

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

The options.scales[scaleId].min option hides the graph. #11953

Open
simnalamburt opened this issue Nov 14, 2024 · 2 comments
Open

The options.scales[scaleId].min option hides the graph. #11953

simnalamburt opened this issue Nov 14, 2024 · 2 comments

Comments

@simnalamburt
Copy link

Expected behavior

Graph shouldn't be hidden by axes.

image

Current behavior

The options.scales[scaleId].min option hides the graph.

image

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

@LeeLenaleee
Copy link
Collaborator

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

@simnalamburt
Copy link
Author

Wow thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants