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

how to cancel highlights when the drag gesture ends #3089

Closed
freedomwindy opened this issue Dec 12, 2017 · 3 comments
Closed

how to cancel highlights when the drag gesture ends #3089

freedomwindy opened this issue Dec 12, 2017 · 3 comments

Comments

@freedomwindy
Copy link

No description provided.

@liuxuan30
Copy link
Member

disable highlight feature. or override the pan gesture

@zzmasoud
Copy link

also you can use ChartViewDelegate:

    func chartViewDidEndPanning(_ chartView: ChartViewBase) {
        chartView.highlightValue(nil)
    }

@panncherry
Copy link

I did chartViewDidEndPanning but both chartValueNothingSelected and chartViewDidEndPanning are not getting called.

chartValueSelected is working fine, it is being called and chartView.delege = self is in called in viewDidLoad.

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

No branches or pull requests

4 participants