After swift 4 upgrade it is not showing dates here at bottom.
Before it was showing like below.
After converting my code to swift 4(Xcode 9.2) date just disappear from my data. I have passed my dates array here as:
// x-Axis Setup months
self.lineChart.xAxis.valueFormatter = IndexAxisValueFormatter(values: ["12 Jan", "14 Feb", "8 Mar", "23 Apr"])