You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can reduce the label counts by setLabelCount, granularity. computeAxisValues() is where it calculates the x axis labels. Just read the func and you know how it works.
The idea is, the more x axis labels are, the smaller the space. But for the space between labels.. It seems like you can't change it directly.
How can I decrease the minimum space between the xAxix labels using swift 3.0? My graph is a BarChartView!
The text was updated successfully, but these errors were encountered: