3 messages in com.googlegroups.google-gadgets-apiRe: Inserting gadjet dia in google si...
FromSent OnAttachments
fpm22 Mar 2008 12:12 
fpm22 Mar 2008 12:47 
Dan (Google Employee)24 Mar 2008 14:06 
Subject:Re: Inserting gadjet dia in google sites » INTERNAL Errorl
From:Dan (Google Employee) (api.@google.com)
Date:03/24/2008 02:06:04 PM
List:com.googlegroups.google-gadgets-api

Hi,

Currently the discussion for the visualization feature is being held in another group: http://groups.google.com/group/google-visualization-api. I'd suggest checking there to see if anyone else has experienced the problem, or perhaps even found a solution.

Best, Dan

On Mar 22, 12:47 pm, fpm <fpmo@gmail.com> wrote:

Another amazing thing about this bug

1) If I
givehttp://spreadsheets.google.com/a/isep.ipp.pt/tq?key=pX_xxxxxxxxxxx&ra...

as gadget data with the output:

google.visualization.Query.setResponse({requestId:'0',status:'ok',signature:'7339101674965951558',table: {cols: [{id:'A',label:'',type:'t',pattern:''}, {id:'B',label:'',type:'n',pattern:'#0.###############'}],rows: [[{v:'Grupo 1'},{v:50.0,f:'50'}],[{v:'Grupo 2'},{v:31.0,f:'31'}], [{v:'Grupo 3'},{v:38.0,f:'38'}],[{v:'Grupo 4'},{v:25.0,f:'25'}], [{v:'Grupo 5'},{v:13.0,f:'13'}],[{v:'Grupo 6'},{v:19.0,f:'19'}]]}});

The gadget works but gives 160 dials.!

2) If I give a similar but with data before as I get from gadget
:http://spreadsheets.google.com/a/isep.ipp.pt/tq?range=A11:B16&gid=7&k...

I have: the same output: google.visualization.Query.setResponse({requestId:'0',status:'ok',signature:'7339101674965951558',table: {cols: [{id:'A',label:'',type:'t',pattern:''}, {id:'B',label:'',type:'n',pattern:'#0.###############'}],rows: [[{v:'Grupo 1'},{v:50.0,f:'50'}],[{v:'Grupo 2'},{v:31.0,f:'31'}], [{v:'Grupo 3'},{v:38.0,f:'38'}],[{v:'Grupo 4'},{v:25.0,f:'25'}], [{v:'Grupo 5'},{v:13.0,f:'13'}],[{v:'Grupo 6'},{v:19.0,f:'19'}]]}});

but with ERRO INTERNO

so same query data different behaviour.