我正在使用iOS图表https://github.com/danielgindi/Charts
当我设置left Axis时,它不能很好地显示。
left Axis
有人可以帮助我吗?谢谢...
code
graphView.leftAxis.axisMaximum = 100
您可以尝试以下代码:
graphView.setViewPortOffsets(left: 0, top: 40, right: 0, bottom: 0)
对我有用