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

Make ChartViewBase's _data optional. (Fixes #771) #772

Merged

Commits on Feb 28, 2016

  1. Make ChartViewBase's _data optional. (Fixes ChartsOrg#771)

    Changed ChartViewBase's _data property declaration from _data! to _data? to allow for setting the chart's data back to nil. Updated the code base to property handle _data as an optional value.
    ospr committed Feb 28, 2016
    Configuration menu
    Copy the full SHA
    bcc69ef View commit details
    Browse the repository at this point in the history