Hi all,
If i generate image pie chart like that:

        ...
        var chart = new
google.visualization.AreaChart(document.getElementById('chart_div'));

        chart.draw(data, {
            width: 750,
            height: 300,
            legend: 'none',
            colors: ['#7f7f7f'],
            isStacked: true,
            hAxis: {textStyle : {color: '#7f7f7f', fontSize: 18}},
            vAxis: {textStyle : {color: '#7f7f7f', fontSize: 12}},
            tooltipTextStyle :  {color: '#cc0000'},
        });
        ...

It always seems to start drawing from 45 degree.
Is there a way to draw it from 0 degree?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization 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-visualization-api?hl=en.

Reply via email to