Hi gang.
I have noticed that if just ONE chart colour is malformed, ALL of the
colours will be ignored (and the default 'shades of pumpkin orange'
colour scheme will be used).
Example:
This works:
http://chart.apis.google.com/chart?cht=p&chs=145x145&chd=t:34.536,447.818,674.645,629.141,78.587,138.34,337.876&chco=333333,0101ff,ff0101,ff9901,01ccff,ffff01,ff01ff
This does not:
http://chart.apis.google.com/chart?cht=p&chs=145x145&chd=t:34.536,447.818,674.645,629.141,78.587,138.34,337.876&chco=333333,0101ff,ff0101,ff9901,01ccff,ffff01,ff01f
(Note that the only difference is the last 'f'! You'd think that only
that last colour would be ignored, turned to grey or pumpkin-orange or
whatever... but ALL of the colours get ignored.)
I doubt this is desired behaviour?