I am using iOS Charts with Swift 3, and I can\'t figure out how to do a couple things:
I want to remove the margin around the chart. I know the chart goes edge-
It is minOffset.
/** Sets the minimum offset (padding) around the chart, defaults to 10 */
You can change it as this:
chartView.minOffset = 0