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 for cubic line chart fill when charts that don't start at x-index 0 #711 #712

Merged
merged 1 commit into from
Feb 23, 2016

Commits on Jan 26, 2016

  1. Fix for cubic line chart issue when filling charts that don't start a…

    …t x-index 0 (ChartsOrg#711)
    
    Cubic line charts that don’t start at x-index 0 don’t fill correctly
    because the fill starts at index 0 (Regular line charts don’t have that
    issue). To correct this the index for the fill is taken from the data
    entries (similar to regular line chart fill).
    Ultimately i think the renderer should be refactored to use a common
    code path for filling cubic and regular line charts.
    Gunter Hager committed Jan 26, 2016
    Configuration menu
    Copy the full SHA
    2c0c9cc View commit details
    Browse the repository at this point in the history