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-
Actually the way to do it is like this:
chartView.xAxis.enabled = false chartView.leftAxis.enabled = false chartView.rightAxis.enabled = false chartView.drawBordersEnabled = false chartView.minOffset = 0