i am trying to display a column chart on IE 8 but i get the following
error
Message: Invalid column index 3. Should be an integer in the range
[0-2].
Line: 202
Char: 63
Code: 0
URI: https://www.google.com/uds/api/visualization/1.0/92cbb0f92b037d8f5681d4066f62a719/format+en_GB,default,corechart.I.js
Now
i am creating a table first and then using that data to generate the
chart, so when i use the same data to create a table there is no
error, but if i use that table to draw a column chart i get the above
stated error any idea