the array was not formed properly .. i fixed it from my end Thanks On Thursday, October 10, 2013 8:11:36 PM UTC+5:30, Sergey wrote: > > Hello, this error occurs when you use arrayToDataTable, and one of your > rows is not a valid row object. A valid row object is either a javascript > array or an object with the property 'c', whose value is a javascript > array. The format for these row objects is outlined > here<https://developers.google.com/chart/interactive/docs/reference#rowsproperty>. > > Chances are that in your specific case this is caused either by a trailing > comma, a null or undefined row, or forgotten brackets. > > - Sergey > > > On Thu, Oct 10, 2013 at 10:34 AM, asgallant > <[email protected]<javascript:> > > wrote: > >> The error doesn't give enough information to diagnose the issue by >> itself. Can you post the code that is generating the issue or provide a >> link to the page? >> >> >> On Thursday, October 10, 2013 4:08:04 AM UTC-4, Vikas NV wrote: >>> >>> Hi, >>> >>> Can any one tell me what are the reasons for this error: >>> "Error: Invalid row type for row 122" >>> >>> Thanks, >>> Vikas >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Visualization API" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]<javascript:> >> . >> To post to this group, send email to >> [email protected]<javascript:> >> . >> Visit this group at >> http://groups.google.com/group/google-visualization-api. >> For more options, visit https://groups.google.com/groups/opt_out. >> > >
-- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/groups/opt_out.
