不知道从这里去哪里。
我有一个功能:
func chartValueSelected(chartView: ChartViewBase, entry: ChartDataEntry, dataSetIndex: Int, highlight: ChartHighlight) {
print("\(entry.value) in \(months[entry.xIndex])")
}
但无法想象如何只显示选定的值。如何?
谢谢。
不知道从这里去哪里。
我有一个功能:
func chartValueSelected(chartView: ChartViewBase, entry: ChartDataEntry, dataSetIndex: Int, highlight: ChartHighlight) {
print("\(entry.value) in \(months[entry.xIndex])")
}
但无法想象如何只显示选定的值。如何?
谢谢。