Hi Patrick, Thanks for your email.
In order to make sure all the users of the Chart API get their requests handled in a timely manner, we limit the processing duration of all incoming requests. Your request is especially complex to process, mostly because of the shadow, and it ran out of time -- that's why it is failing and why simpler requests, for example without a shadow or with less lines of text, do work. Roger On Sun, May 2, 2010 at 13:24, Patrick Li <[email protected]> wrote: > Hi there, > > I found a bug while trying to display a big multi-line text bubble > with shadow today. The following cannot be rendered: > > http://chart.apis.google.com/chart?chst=d_bubble_icon_texts_big_withshadow&chld=academy|bb|FFFFFF|000000|line1|line2|line3|line4|line5|line6|line7|line8 > > However it works if you to render the bubble without the shadow or the > shadow only, like the following: > > http://chart.apis.google.com/chart?chst=d_bubble_icon_texts_big&chld=academy|bb|FFFFFF|000000|line1|line2|line3|line4|line5|line6|line7|line8 > > http://chart.apis.google.com/chart?chst=d_bubble_icon_texts_big_shadow&chld=academy|bb|FFFFFF|000000|line1|line2|line3|line4|line5|line6|line7|line8 > > A bit further investigation shows that if you reduce the text lines to > a certain number it works, like so > > http://chart.apis.google.com/chart?chst=d_bubble_icon_texts_big_withshadow&chld=academy|bb|FFFFFF|000000|line1|line2|line3|line4|line5 > > Any idea? > > Patrick > > -- > 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. > > -- Google Switzerland GmbH - Identifikationsnummer: CH-020.4.028.116-1 -- 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.
