A bit more info here. This doesn't appear to be an issue with the total URL size; I chopped my data set in half and still hit the marker limit I illustrated below. It seems to be related to the total amount of chem-related text; if I change my markers to something much fancier, e.g.:
y;s=bubble_texts_big_withshadow;d=edge_lt,FF5555,000000,some +text,more+text,yet+more+text;ds=18;dp=19;of=1,-56 ..then I can only create 4 such markers before the chart server starts to silently drop / ignore all of the marker content. On Jul 5, 4:35 pm, Toby Smith <[email protected]> wrote: > 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.
