I've noticed that the API may change the order the chart legend items
(my example: http://tinyurl.com/dhw8jv), but I can't tell by your
description if this is what you are encountering. Can you provide a
few sample links that visually display the issue?

Thanks,
K

On Jan 26, 9:50 am, Scrimmers <jascrimsh...@gmail.com> wrote:
> I'm having trouble with the results of the bar chart.
>
>  I send my request with the labels in no particular order. The
>  associated data is always synchronised with the label order.
>
>  However the response reorders my labels alphabetically, without
>  reordering the data..
>
>  e.g.
>
>  Labels C|B|E|A|D
>  Data    1,2,3,4,5
>
>  would come back as
>
>  Labels A|B|C|D|E
>  Data    1,2,3,4,5
>
>  instead of
>
>  Labels A|B|C|D|E
>  Data    4,2,1,5,3
>
>  I'm hoping it's just me and I'm being a dullard.. I can get around it
>  by reordering the list prior to making the request.. but frankly
>  that's a ball ache
>
>  Scrim
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Chart API" group.
To post to this group, send email to google-chart-api@googlegroups.com
To unsubscribe from this group, send email to 
google-chart-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-chart-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to