zemirco / swift-linechart

Line Chart library for iOS written in Swift
602 stars 68 forks source link

Y Values over 99 show ellipses #16

Closed zoomies closed 9 years ago

zoomies commented 9 years ago

Not sure if this is a problem, or if I missed something. But if I try to display data that is greater than 99 then there does not seem to be enough room on the axis to show it. I will have Y values that will be over 10,000. Any suggestions?

zoomies commented 9 years ago

So, I played with the y-axis inset, and here is what I am seeing with lineChart.y.axis.inset = 35.0

image

ghost commented 9 years ago

This could be of help https://github.com/zemirco/swift-linechart/issues/14

zoomies commented 9 years ago

Thanks sureshkw - that did give me some insight. That, along with changing the x.axis.inset which moved the y-axis line to the right so that it no longer bisects the y-axis labels.