Home
Analytics
How to decrease the space between two adjacent bars
Tony Hsiao
Hi all, I want to decrease the space between two adjacent bars in a bar chart, how can I achieve this?
Thank you in advance!
Find more posts tagged with
Comments
kclark
In the beforeGeneration() of the chart you can use chart.setUnitSpacing(int) where 0 is no spacing.
Tony Hsiao
Thank you, kclark! That's exactly what I want!