Within the ios-charts delegate method:
@objc func chartValueSelected(chartView: ChartViewBase, entry: ChartDataEntry, dataSetIndex: Int, highlight: ChartHighlight) { }
I would like to change the color of the bar that was selected. Is this possible?