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

Bug fixing with one line, updating ChartViewBase.swift #2355

Merged
merged 2 commits into from
Apr 24, 2017
Merged

Bug fixing with one line, updating ChartViewBase.swift #2355

merged 2 commits into from
Apr 24, 2017

Commits on Apr 13, 2017

  1. Update ChartViewBase.swift

    fixing a bug: when clearing chart, the 'lastHighlighted' var isn't set to nil. This will cause user to tap twice to highlight the new value, if the new value's index is the same as the old 'lastHighlighted' var's.
    Eric0625 authored Apr 13, 2017
    Configuration menu
    Copy the full SHA
    bcbad87 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. adding a switch

     it controls whether to clear the lasthighlighted value or not
    Eric0625 authored Apr 20, 2017
    Configuration menu
    Copy the full SHA
    3b9e7f4 View commit details
    Browse the repository at this point in the history