Usually when the chart draws fine in all browsers except IE8, it is because
of an errant comma at the end of an array or object, like this:
// offending commas highlighted in red
var foo = [1, 2, 3,];
var bar = {baz: 3, cad: 7,}
IE8 really hates those commas.
On Wednesday, August 14, 2013 1:36:18 PM UTC-4, tausif ali wrote:
>
> Hi
> I have used Google API Line and Pie charts for a requirement. When the
> page is loaded the data is being displayed correctly but i get below Error
>
> Message: Script error
> Line: 0
> Char: 0
> Code: 0
> URI:
> https://www.google.com/uds/api/visualization/1.0/1af6fd65c53499a33119e115103a57a1/format+en,default,corechart.I.js
>
>
> Message: Script error
> Line: 0
> Char: 0
> Code: 0
> URI:
> https://www.google.com/uds/api/visualization/1.0/1af6fd65c53499a33119e115103a57a1/format+en,default,corechart.I.js
>
> This error is occurring with IE8 browser only. Everything is working fine
> in IE 9, IE 10.
>
--
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.