-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Optional clip #349
Optional clip #349
Conversation
Hi, there was a problem with |
Excellent, |
And please change target to the |
Thanks for your awesome PR. |
Thanks for quick review and this awesome package. |
Currently it's not possible to clip only one side of the chart. Either you need to clip everything or not clip at all.
E.g. I'd like to hide my chart line below left labels area but prevent dot at value 0 from being partially invisible at the same time:
This PR replaces
clipToBorder
withclipData
where clipping of each side can be enabled/disabled.