1 message in com.googlegroups.google-chart-apiCreating standalone legend for pie ch...
FromSent OnAttachments
atagaew19 May 2008 06:50 
Subject:Creating standalone legend for pie charts
From:atagaew (tag@gmail.com)
Date:05/19/2008 06:50:54 AM
List:com.googlegroups.google-chart-api

Hi. Some of your charts have ability to specify legends separate from the chart image. Like here: http://chart.apis.google.com/chart?cht=v&chs=200x100&chd=t:50,25,25&chdl=First|Second|Third&chco=ff0000,00ff00,0000ff

As you can see - there are 3 legends that located on the right one by one with colors. I'd like to do the same but with pie chart and getting no legends at all. http://chart.apis.google.com/chart?cht=p&chs=200x100&chd=t:50,25,25&chdl=First|Second|Third&chco=ff0000,00ff00,0000ff

How i can get legend for pie chart in the same way i had for my previous example ?

Thanks