I got a similar error message (with another row number) while testing on 
IE8, and it ended up being just an extra comma after the last row of data, 
e.g.,

var data = google.visualization.arrayToDataTable([
    ['col1', 'col2', 'col3'],
    ['row1', 84, 67],
    ['row2', 58, 93]*,*
]);

Hope it helps!

On Wednesday, December 18, 2013 10:26:38 AM UTC-5, Mitch Foley wrote:
>
> Hi Vikas,
>
> Can you provide a code sample?
>
> -Mitch
>
>
> On Tue, Dec 17, 2013 at 6:55 PM, Nicholas Spragg 
> <[email protected]<javascript:>
> > wrote:
>
>> I encounter this when I have rows with Zero values. E.g  
>> ['Date','value','value','value','value'],['1/1/2013',0,0,0,0]
>>
>> I am currently looking for a solution to this. It should not throw an 
>> error just because all the values for the row are 0.
>>
>>
>> On Thursday, 10 October 2013 18:36:27 UTC+10:30, Vikas NV wrote:
>>>
>>> Hi,
>>>
>>> Can anybody please tell me what are the causes I see this error?
>>>
>>> Thanks,
>>> VIkas
>>>
>>  -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Google Chart 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-chart-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 Chart 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-chart-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to