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

Fix Drawable LineChart Fill Bug #54

Merged
merged 1 commit into from
Apr 2, 2022
Merged

Commits on Apr 2, 2022

  1. Fix Drawable LineChart Fill Bug

    The LineChart fill draws using intervals to avoid
    memory issues, but with a larger data set and many
    different (darker) colors Android does not draw the
    drawable all the way to the edge of the interval.
    This makes it look like there are spaces between the fill.
    Draw a little beyond the existing interval so there are no gaps.
    
    PhilJay#5284
    Grant Kaming authored and hannesa2 committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    fa9ef73 View commit details
    Browse the repository at this point in the history