Skip to content

Conversation

@coredumped
Copy link
Contributor

As a normal behavior the highlight line stays visible unless the didFinishTouchingChart is called, but there are some applications that might need to hide it after didEndTouchingChart.
A new boolean property called removesHighlighLineOnTouchesEnded will take care of removing the highlight line if true. By default this property is false which does not change the Chart's normal behavior of keeping the line visible when didEndTouchingChart is called.

…didFinishTouchingChart is called, but there are some applications that might require to hide it after didEndTouchingChart.

    A new property called removesHighlighLineOnTouchesEnded will takes care of hiding the highlight line if true, by default is false which is the default behavior.
@gpbl gpbl merged commit 9050e61 into gpbl:master Jan 6, 2018
@gpbl
Copy link
Owner

gpbl commented Jan 6, 2018

Thanks for your work. Sorry for the super-late merge. Time to work on this library again :)

gpbl added a commit that referenced this pull request Jan 6, 2018
#79 used removesHighlighLineOnTouchesEnded, better name is hideHighlightLineOnTouchEnd
@gpbl
Copy link
Owner

gpbl commented Jan 6, 2018

(I renamed the property to hideHighlightLineOnTouchEnd)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants