1 message in com.googlegroups.google-chart-apiBug in colour handling (at least for ...
FromSent OnAttachments
JLB03 Apr 2008 09:56 
Subject:Bug in colour handling (at least for pie charts)
From:JLB (jlb@gmail.com)
Date:04/03/2008 09:56:25 AM
List:com.googlegroups.google-chart-api

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?