Thanks Grok
I am fine about the code for displaying charts, my issue is about
having them displayed correctly in my google maps application.
For example, i have pies representing the proportion of male and
female by city using a KML:
<Style>
<IconStyle>
<scale>0.512429878948922</scale>
<Icon>
<href>
http://chart.apis.google.com/chart?
cht=p&chd=t:
0,0.200836820083682,0.799163179916318,0&chs=200x200&chf=bg,s,ffffff00&chco=FF0000,FFFF00,00FF00,0000FF</
href>
</Icon>
</IconStyle>
</Style>
<Point>
<coordinates>122,-8.5,0</coordinates>
</Point>
My problem is that the radius of my pie is fixed and is not based on
the total population and does not change while zooming.
Moreover, sometimes, the pie is partially displayed or replaced by a
default marker.
If i use the same KML is Google Earth, it works fine but not in my 2D
maps.
Thanks in advance for your help and for your feedback.
Sylvain
On 1 sep, 02:34, Grok Lobster <
discgolfm...@gmail.com> wrote:
> Take a look at this,
http://code.google.com/apis/chart/docs/gallery/pie_charts.html