gpbl / gpbl/SwiftChart

'valueForSeries' doesn't exist anymore

Open
#111 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
1k
Forks
166
PR merge metrics
No merged PRs in 30d

Description

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, 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!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.