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.
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.