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

Graph clipping while setting Y-axis min ,max Value #1444

Closed
anishparajuli555 opened this issue Sep 15, 2016 · 3 comments
Closed

Graph clipping while setting Y-axis min ,max Value #1444

anishparajuli555 opened this issue Sep 15, 2016 · 3 comments

Comments

@anishparajuli555
Copy link

I have set chart yaxis max, min value and i see only half the scatter shape and line graph..How do i fix this? I need to show the shape without clipping.

Below is the screenshot of issue i am facing.
screen shot 2016-09-15 at 11 52 27 am

@liuxuan30
Copy link
Member

liuxuan30 commented Sep 18, 2016

well that's may be a tough one since you explicitly set axisMaxValue. All shapes are clipped outside contentRect. Maybe tweaking axisMaxValue to a little larger like 1.1? but still keep the label just show 100%?

@anishparajuli555
Copy link
Author

@liuxuan30 is there any other way to provide y axis range without this clipping problem?

@danielgindi
Copy link
Collaborator

Adjust spaceTop/spaceBottom or setExtraOffsets

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

3 participants