This error looks like there's either a problem in your json or a bug in the
chart.
Please paste the exact json you received in the response and i'll help you
debug.

- V.

2009/3/26 alee amin <[email protected]>

> thanks. but this isn't helping me much .. or there is something else
> creating problemhere is my complete code listing
>
>
> var fnResponseSuccess = function (o) {
>       if (o.responseText !== undefined){
>               var response=YAHOO.lang.JSON.parse(o.responseText);
>               var gvizData = response.gviz;
>               var chart = new 
> google.visualization.ColumnChart(document.getElementById('divYuiEarlyBirds'));
>               var dt = new google.visualization.DataTable(gvizData);
>               chart.draw(dt, {width: 400, height: 240, is3D: true, title: 
> 'Application Usage'});
>               alert ('done'); 
>               
>       }
>
>
> and this is resulting in this error in fireburd
>
>
> this.A is undefined
> (?)()()default,...hart.I.js (line 92)
> (?)()()default,...hart.I.js (line 376)
> fnResponseSuccess()(Object tId=0 status=200 statusText=OK)dashboard.jsp (line 
> 87)
> setHeader()(Object conn=XMLHttpRequest tId=0, Object cache=false, 
> undefined)connection-min.js (line 7)
> setHeader()()connection-min.js (line 7)
> columnchart.I.js
>
>
> ..alee
> http://techboard.wordpress.com
>
>
>
> On Thu, Mar 26, 2009 at 12:36 PM, VizBoy <[email protected]> wrote:
>
>> google.visualization.Da
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Visualization 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-visualization-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to