3
votes

I have a chart generated from Google Charts that can be found here: Chart generate by Google Charts API. As you can see the x axis labels are being overlapped.

Anyone knows how to solve this?

1

1 Answers

2
votes

See the docs under Bar Width and Spacing (chbh). There's this snippet:

a - space_between_bars and space_between_groups are given in absolute units (or default absolute values, if not specified). Bars will be resized so that all bars will fit in the chart.

So just add chbh=a to the options. Here's the example with this option added.