Thank you,
I had read about this possible cause in another discussion on this group so 
I've already checked. The code is OK.
I've changed
chart = new 
google.visualization.PieChart(document.getElementById('chart_div'));
with
chart = new google.visualization.PieChart($("#chart_div")[0]);

because of IE8 sometimes have problem with method getElementById, but 
nothing is changed.
Any other suggestion, please?

Rita


Il giorno venerdì 6 dicembre 2013 17:01:45 UTC+1, asgallant ha scritto:
>
> Usually when the charts work in other browsers but not IE8, it is due to 
> an errant comma at the end of an array or object, eg:
>
> var myArray = ['foo', 'bar',];
> var myObject = {foo: 'bar',};
>
> Check your code to make sure you don't have any commas like that.
>
> On Friday, December 6, 2013 5:29:54 AM UTC-5, Rita wrote:
>>
>> Hi everybody,
>> I'm developing a web application which use Google Chart Tools. I attach 
>> this library with the following instruction:
>>
>> google.load('visualization', '1.0', {'packages': ['corechart', 'table']});
>>
>> I don't have problem of rendering on all browser, except IE8 on which 
>> charts are not displayed! DataTable are ok but charts are not show. I 
>> cannot display them.
>> Could someone suggest me a solution please?
>> I've tried to add:
>>
>> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
>>
>> but nothing change.
>>
>> Thanks in advance.
>>
>> Regards
>> Rita
>>
>

-- 
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.

Reply via email to