The chart API forbids images that have a greater area than 300,000
pixels. A 640x480 image = 307,200 square pixels, hence it doesn't
work.
See here -> http://code.google.com/apis/chart/#chart_size
On Jan 18, 7:56 pm, fsroque <fsro...@gmail.com> wrote:
By the way here is the non-working
link:http://chart.apis.google.com/chart?cht=lc&chs=640x480&chd=e:cIdi,aGak...P2|P3&chco=3366CC,0000FF,0000CC,FF3366,FF0000,CC0000,FFF000,00FF00,006600&chxt=x&chxl=0:|Q01|Q02
This
works:http://chart.apis.google.com/chart?cht=lc&chs=320x200&chd=e:cIdi,aGak...P2|P3&chco=3366CC,0000FF,0000CC,FF3366,FF0000,CC0000,FFF000,00FF00,006600&chxt=x&chxl=0:|Q01|Q02
On Jan 19, 1:47 am, fsroque <fsro...@gmail.com> wrote:
I get an error when i try to download an image bigger than 320x200
pixels. Is there a way to produce bigger graphics?