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
looks like we don't support putting x axis labels on top of each bar like your first image.
but we do have .bottomInside similarly. you can override the method renderAxisLabels(), use x/yoffset to adjust
however, remember not every bar is thin like this and leave you much blank space for the labels. It will take the whole contentRect to draw all bars, so the more bars you have, the thinner the bar is, and less bar space as well.
I have a custom design HorizontalBarChartView, I build this design with UIBezierPath and CAShapeLayer. I am sharing below.
I worked with HorizontalBarChartView and closed to same looks.
My questions is how to change xAxis Label position to generate on BarChart ? I try to generate cars model name on BarCharts
The text was updated successfully, but these errors were encountered: