ios 图表框架值重叠

ios charts framework value overlap

如何避免第一个值的重叠问题

而且,我如何才能看到裁剪的最后一个值?

我认为您在修改坐标轴样式和调整视口之间有几个选择。

我会尝试:

禁用左轴,启用右轴

chart.leftAxis.drawValuesEnabled = false
chart.rightAxis.drawValuesEnabled = true

修改视口

https://github.com/PhilJay/MPAndroidChart/wiki/Modifying-the-Viewport

chart.setExtraOffsets()

自定义值格式

https://github.com/PhilJay/MPAndroidChart/wiki/The-ValueFormatter-interface

991234 变为 991K(更短且易于阅读)

chart.xAxis.valueFormatter = ...