pnguyen17
unread,Mar 8, 2012, 7:21:00 PM3/8/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
I make a pie chart with 18 entries. I would like the legends displayed
in two rows, so I set the options with the height of the chart to 520
and the chart area 160 as below.
{is3D:true,backgroundColor:'#FFFFFF',fontSize:13,chartArea: {width:
200,height:160},height:520,width:200,legend:'bottom',legendFontSize:
13,legendTextColor:'#000000',tooltipFontSize:10,tooltipHeight:
45,tooltipWidth:100}
However, it gave me unexpected result that the legends displayed in
only one row and take up all the space and the pie chart does not show
up. What could I do to make it correct.
Thanks,
Phong