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

Min yaxis not rendering correctly #174

Closed
laurencei opened this issue Oct 26, 2018 · 2 comments
Closed

Min yaxis not rendering correctly #174

laurencei opened this issue Oct 26, 2018 · 2 comments

Comments

@laurencei
Copy link

Codepen

https://codepen.io/anon/pen/QZYdQE?editors=0010

Explanation

When setting a min on the yaxis, if an area of the chart goes below that, it doesnt render correctly.

This is what currently renders:
image

But this is what I would expect (note that nothing appears below "50")

image

p.s. this is an amzing charting library - keep up the great work!

@junedchhipa
Copy link
Contributor

Try

grid: {
     clipMarkers: true
}

Updated codepen

I will make this as a default behavior to prevent drawing outside the grid area.

@laurencei
Copy link
Author

Thanks @junedchhipa - works perfectly!

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

No branches or pull requests

2 participants