views:

433

answers:

1

There's probably a simple answer to this, but I have yet to find it. Essentially, my x-axis labels are overlapping on some rendered charts, but not others. I'm at a limit of font-size, so I'd like to reduce the number of labels/intervals. Is there a way to do this?

chart.draw(data, {width: 480, height: 240, axisFontSize: 10,is3D: true, legendFontSize: 10, isStacked: true,title: 'Candidates for <?echo $officename;?>'});
A: 

Have you found the solution to this? I have the same issues with a columnchart.

Guillaume