issues
search
kevinzhow
/
PNChart
A simple and beautiful chart lib used in Piner and CoinsMan for iOS
MIT License
9.71k
stars
1.76k
forks
source link
折线图y轴对不上
#453
Open
mayiwoaini
opened
5 years ago
mayiwoaini
commented
5 years ago
现在折线图的y轴还是对不上,有什么解决方法吗?
RiberWang
commented
5 years ago
同求
RiberWang
commented
5 years ago
same
su5380863
commented
5 years ago
在PNLineChart类里
(void)setXLabels:(NSArray
)xLabels withWidth:(CGFloat)width 方法把x坐标计算公式改下就好了 NSInteger x = (index
_xLabelWidth + _chartMarginLeft )改成这样就对齐了 也可以自定义一个值
RiberWang
commented
5 years ago
果断放弃了 改用Charts了
现在折线图的y轴还是对不上,有什么解决方法吗?