5

I'm using a Google Pie chart which displays as expected in Firefox but doesn't display in IE8 and gives the following error in the console:

SCRIPT5022: Every row given must be either null or an array. format+en,default,corechart.I.js, line 202 character 63 

I'm using a Google Line Chart on another page and this displays fine.

Appreciate any pointers.

1
  • Please show us the code of your implementation. Greetings, Frederick Commented Oct 6, 2011 at 10:42

2 Answers 2

9

Figured it out. Its because theres a trailing comma at the end of the last element of the array containing the data to populate the chart. Removing this comma gets rid of the error and the graph displays as expected.

Sign up to request clarification or add additional context in comments.

Comments

0

I suggest you to install "google chrome frame". I fixed this after installed this.


Open IE and click the following link.
Link

1 Comment

This won't actually fix the problem, this is more of a workaround for sloppy programming...

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.