Just to report a documentation bug on Data Format page. This bug really misleads developers. I was converting JavaScript version of Encoding Script (http://code.google.com/apis/chart/docs/ data_formats.html#encoding_data) to Java one and found this while writing a unit test.
The value of 'chd' that is given for "Extended Encoding Format" is incorrect. http://code.google.com/apis/chart/docs/data_formats.html#extended Current value (which is incorrect) chd=e:BaPoqM-A,-A__RMMg It should be chd=e:BaPoqM2s,-A__RMMg -- 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.
