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

'valueForSeries' doesn't exist anymore #111

Open
duvy06 opened this issue Mar 17, 2019 · 1 comment
Open

'valueForSeries' doesn't exist anymore #111

duvy06 opened this issue Mar 17, 2019 · 1 comment

Comments

@duvy06
Copy link

duvy06 commented Mar 17, 2019

Hi,
As said in the title, I try to use this function to get a vertical line showing value

func didTouchChart(chart: Chart, indexes: Array<Int?>, x: Float, left: CGFloat) {
for (serieIndex, dataIndex) in enumerate(indexes) {
if dataIndex != nil {
// The series at serieIndex has been touched
let value = chart.valueForSeries(serieIndex, atIndex: dataIndex)
}
}
}

But Xcode give me an error. Any clue to fix that ?

Thanks!

@duvy06
Copy link
Author

duvy06 commented Apr 3, 2019

Sorry, mismatch with swiftcharts

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