Jeroen Wesbeek
Jeroen Wesbeek
I am experiencing the same issue where the x-axis labels overlap (using a custom `IAxisValueFormatter`): 
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...