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

Moved highlightTouch logic to highlightValue & deprecated highlightTouch #1143

Merged
merged 1 commit into from
Oct 23, 2015

Conversation

danielgindi
Copy link
Collaborator

It's not necessarily highlighting a "touch", it receives a highlight object. Times have changed :-)

PhilJay added a commit that referenced this pull request Oct 23, 2015
Moved highlightTouch logic to highlightValue & deprecated highlightTouch
@PhilJay PhilJay merged commit fd3b2a1 into PhilJay:master Oct 23, 2015
highlightValues(null);
else
highlightValues(new Highlight[]{highlight});
highlightValue(highlight);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@PhilJay Oh man I forgot to add a , false in there! Could you do a quick fix?

@danielgindi danielgindi deleted the highlight-value branch October 23, 2015 12:38
regas99 pushed a commit to regas99/MPAndroidChart that referenced this pull request Apr 1, 2019
Moved highlightTouch logic to highlightValue & deprecated highlightTouch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants