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

What is the new delegate for selection of values in the chart swift 3.0 #1695

Closed
Ged2323 opened this issue Oct 22, 2016 · 1 comment
Closed

Comments

@Ged2323
Copy link

Ged2323 commented Oct 22, 2016

These used to work but not working for me. Thanks if you can point me in the right direction.

func chartValueSelected(chartView: ChartViewBase, entry: ChartDataEntry, dataSetIndex: Int, highlight: Highlight) {
NSLog("chartValueSelected")
}

func chartValueNothingSelected(chartView: ChartViewBase) {
    NSLog("chartValueNothingSelected")
}
@Ged2323
Copy link
Author

Ged2323 commented Oct 23, 2016

Never mind this fixed it:

I used this instead.

func chartValueSelected(_ chartView: ChartViewBase, entry: ChartDataEntry, highlight: Highlight) {

@Ged2323 Ged2323 closed this as completed Oct 23, 2016
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

1 participant