[visualization-api] Re: Column Chart doesn't display on IE8

2014-10-15 Thread Andrew Gallant
I have not tested the charts personally in IE8 in a long time, but I do not know of any bugs that prevent them from working. If you can post code that isn't working in IE8, I'll take a look and see if I can figure out why. On Sunday, October 12, 2014 2:01:09 AM UTC-4, ANZ wrote: @asgallant

[visualization-api] Re: Column Chart doesn't display on IE8

2014-10-12 Thread ANZ
@asgallant Hi, I have been trying for hours and could not find the solution. I wonder how could you manage to make it work on IE8. If you have any links of working google charts on IE8, could you post it here, or post any solutions. I do not have any errant comma on my code. On Wednesday,

[visualization-api] Re: Column Chart doesn't display on IE8

2013-08-20 Thread Stacie DaPonte
I am trying to test the Google Charts main page (https://developers.google.com/chart/) for compatibility in IE8, 7 and 6. We have a Development Server set up that I am accessing using an app called CoRD (sourceforge), as I read on a forum that using the Developer tools in newer version of IE

[visualization-api] Re: Column Chart doesn't display on IE8

2013-08-20 Thread asgallant
Try testing an individual chart rather than Google's developer site. The charts work reasonably well in IE8 and should mostly work in IE7. I would not count on them working to any degree in IE6. On Tuesday, August 20, 2013 3:18:48 PM UTC-4, Stacie DaPonte wrote: I am trying to test the

[visualization-api] Re: Column Chart doesn't display on IE8

2012-12-17 Thread Lin Dou
It works on IE 7 and IE 9, but IE 8 shows the blank page. On Friday, December 14, 2012 1:20:04 PM UTC-5, Lin Dou wrote: I copied the sample code from google's column chart api, and create a test html, html head script type=text/javascript src=https://www.google.com/jsapi;/script

[visualization-api] Re: Column Chart doesn't display on IE8

2012-12-17 Thread asgallant
Could one of you who has seen the problem post an HTML file that exhibits the problem (attach the file please, don't copy the source code into a post)? I will download it and take a look. On Monday, December 17, 2012 10:24:15 AM UTC-5, Lin Dou wrote: It works on IE 7 and IE 9, but IE 8 shows

[visualization-api] Re: Column Chart doesn't display on IE8

2012-12-17 Thread Lin Dou
I attached the test html with the sample code, IE8 standards shows blank. On Monday, December 17, 2012 11:05:29 AM UTC-5, asgallant wrote: Could one of you who has seen the problem post an HTML file that exhibits the problem (attach the file please, don't copy the source code into a post)?

[visualization-api] Re: Column Chart doesn't display on IE8

2012-12-17 Thread asgallant
I opened that in IE 8 and it works just fine for me. I have no idea why it wouldn't work for any of you. On Monday, December 17, 2012 11:30:44 AM UTC-5, Lin Dou wrote: I attached the test html with the sample code, IE8 standards shows blank. On Monday, December 17, 2012 11:05:29 AM UTC-5,

[visualization-api] Re: Column Chart doesn't display on IE8

2012-12-17 Thread Lin Dou
I am using IE9 with Windows 7, after I use F12 to change document mode to IE8 standards, the chart won't display. On Monday, December 17, 2012 1:22:50 PM UTC-5, asgallant wrote: I opened that in IE 8 and it works just fine for me. I have no idea why it wouldn't work for any of you. On

[visualization-api] Re: Column Chart doesn't display on IE8

2012-12-17 Thread asgallant
IE9 in IE8 mode also works for me. On Monday, December 17, 2012 2:32:54 PM UTC-5, Lin Dou wrote: I am using IE9 with Windows 7, after I use F12 to change document mode to IE8 standards, the chart won't display. On Monday, December 17, 2012 1:22:50 PM UTC-5, asgallant wrote: I opened that

[visualization-api] Re: Column Chart doesn't display on IE8

2012-12-17 Thread asgallant
That code has an errant comma at the end of the data array: ['5.5', 30, 42, 48], // -- this comma on the last line of your data IE is errant-comma intolerant, and will throw a fit if you force feed it one. On Monday, December 17, 2012 8:30:03 PM UTC-5, Jay Li wrote: Asgallant Guys, Thank

[visualization-api] Re: Column Chart doesn't display on IE8

2012-12-16 Thread Jérôme
no it does not on many computers with IE8 and windows 7 or windows XP -- You received this message because you are subscribed to the Google Groups Google Visualization API group. To view this discussion on the web visit https://groups.google.com/d/msg/google-visualization-api/-/QdVBnmThbRYJ.

[visualization-api] Re: Column Chart doesn't display on IE8

2012-12-14 Thread Jay Li
I run into the similar problem. The google chart can not display correctly on Microsoft Internet Explorer. It is a blank page! It works fine on Chrome and Firefox. Even iphone Safari works fine. Just not IE. Any one has any clue to resolve this? On Friday, December 14, 2012 10:20:04 AM

[visualization-api] Re: Column Chart doesn't display on IE8

2012-12-14 Thread asgallant
I made an HTML doc out of that code, and it runs just fine in IE8 for me. On Friday, December 14, 2012 1:20:04 PM UTC-5, Lin Dou wrote: I copied the sample code from google's column chart api, and create a test html, html head script type=text/javascript