I\'m building a chart using iOS-charts
I\'m trying to convert the floats into int, but iOS-charts
You just need to adjust the NSNumberFormatter...
NSNumberFormatter
Example:
yAxis.valueFormatter = NSNumberFormatter() yAxis.valueFormatter.minimumFractionDigits = 0
NSNumberFormatter is a very powerful class, you can do much much more with it. :-)