Hi

I'm using the Google Charts API, and I have a column chart with 25
columns. Only half of the labels are displaying.

I'd like to either:

1: (preferably) display all of the labels
2: display none of the labels.

How can I force this in the options variable?

Current code:

        var options = {
          width: 1000,
          height: 600,
          hAxis : {textColor: '#ffffff'},
        };
        var chart = new
google.visualization.ColumnChart(document.getElementById('chart_div'));
        chart.draw(data, options);

What can I add to options to get it to show what I want?

thanks
Anna

-- 
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-chart-api?hl=en.

Reply via email to