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

Add "Toggle Data" option to demo charts. (#771 Support) #781

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
    Copy the full SHA
    bcc69ef View commit details
    Browse the repository at this point in the history
  2. Add "toggle data" option to demo charts. (ChartsOrg#771 Support)

    Added a "Toggle Data" option to each of the view controllers in the charts demo project. This option will either set the chart's data property to nil if toggled off or to the default data if toggled on.
    ospr committed Feb 28, 2016
    Copy the full SHA
    ed1ef11 View commit details
    Browse the repository at this point in the history