leftAxis的图表显示不正常

问题描述 投票:0回答:1

我正在使用iOS图表https://github.com/danielgindi/Charts

当我设置left Axis时,它不能很好地显示。

有人可以帮助我吗?谢谢...enter image description here

code

graphView.leftAxis.axisMaximum = 100
ios swift chart.js
1个回答
0
投票

您可以尝试以下代码:

graphView.setViewPortOffsets(left: 0, top: 40, right: 0, bottom: 0)

对我有用

© www.soinside.com 2019 - 2024. All rights reserved.