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 #5284

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 1, 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.
    Grant Kaming committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    8e7feca View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Update Linear Fill Bugfix

    Only do it for larger sets so we can still use opacity on smaller datasets.
    giantramen authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    8cf9b11 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    1ff9c0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c8f583 View commit details
    Browse the repository at this point in the history