I\'m building a chart using iOS-charts
I\'m trying to convert the floats into int, but iOS-charts
You can try this one, it worked nicely for me
let formatter = NSNumberFormatter() formatter.numberStyle = .NoStyle formatter.locale = NSLocale(localeIdentifier: "es_CL") BarChartView.leftAxis.valueFormatter = formatter