I'm creating a chart and I'd like to create a fair number of markers on it.
After wondering where they were, I started fiddling around with the URL and
discovered that I could display a few. As soon as I get up to ~11 entries,
though, none of the markers get displayed at all.
e.g.
chem=y;s=map_pin_icon;d=baby,FF5555;ds=18;dp=19
|y;s=map_pin_icon;d=baby,FF5555;ds=18;dp=36
|y;s=map_pin_icon;d=baby,FF5555;ds=33;dp=40
|y;s=map_pin_icon;d=baby,FF5555;ds=33;dp=41
|y;s=map_pin_icon;d=baby,FF5555;ds=18;dp=42
|y;s=map_pin_icon;d=baby,FF5555;ds=18;dp=45
|y;s=map_pin_icon;d=baby,FF5555;ds=33;dp=56
|y;s=map_pin_icon;d=baby,FF5555;ds=0;dp=58
|y;s=map_pin_icon;d=baby,FF5555;ds=18;dp=62
|y;s=map_pin_icon;d=baby,FF5555;ds=1;dp=63
|y;s=map_pin_icon;d=baby,FF5555;ds=18;dp=133
works, but
chem=y;s=map_pin_icon;d=baby,FF5555;ds=18;dp=19
|y;s=map_pin_icon;d=baby,FF5555;ds=18;dp=36
|y;s=map_pin_icon;d=baby,FF5555;ds=33;dp=40
|y;s=map_pin_icon;d=baby,FF5555;ds=33;dp=41
|y;s=map_pin_icon;d=baby,FF5555;ds=18;dp=42
|y;s=map_pin_icon;d=baby,FF5555;ds=18;dp=45
|y;s=map_pin_icon;d=baby,FF5555;ds=33;dp=56
|y;s=map_pin_icon;d=baby,FF5555;ds=0;dp=58
|y;s=map_pin_icon;d=baby,FF5555;ds=18;dp=62
|y;s=map_pin_icon;d=baby,FF5555;ds=1;dp=63
|y;s=map_pin_icon;d=baby,FF5555;ds=18;dp=70
|y;s=map_pin_icon;d=baby,FF5555;ds=18;dp=133
...does not.
Is this a known issue?
cheers,
tob
--
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.