Jeroen Wesbeek

Results 43 comments of Jeroen Wesbeek

I am experiencing the same issue where the x-axis labels overlap (using a custom `IAxisValueFormatter`): ![screen shot 2017-01-16 at 15 14 41](https://cloud.githubusercontent.com/assets/1049693/21986142/8d7eaf2c-dbfe-11e6-8d71-151970234afd.png)

As mentioned before, the number of labels is [fixed to six](https://github.com/danielgindi/Charts/blob/master/Source/Charts/Components/AxisBase.swift#L85), which in itself is a bit odd. You would expect the library to dynamically determine how many labels could...

I have a workaround for this issue. It basically skips rendering of overlapping labels but it could be improved as there is now more whitespace where labels could have been...