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

LineChartRenderer context bug #746

Merged
merged 1 commit into from
Feb 10, 2016

Commits on Feb 9, 2016

  1. LineChartRenderer context bug

    In the LineChartRenderers drawLinear method the Context gets saved, but
    if there is no data to display it never gets restored.
    
    This causes other components to disappear.
    
    This commit fixes this by saving the context after the check for data
    to display.
    Leo Mehlig committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    c6f5954 View commit details
    Browse the repository at this point in the history