Google Chart 在 IE9.0 中不显示,但在 IE7、IE8 中工作正常
在我的项目中,我正在使用谷歌地图和谷歌图表。 Google 图表在除 IE9.0 之外的所有浏览器中都工作正常。如果我选择浏览器为 IE9,我将无法看到图表,当我将浏览器模式更改为 IE7 或 IE8 时,我能够看到图表。请帮忙。
In my project i am working with Google maps and Google Charts. Google charts are working fine in all the browsers except IE9.0..i am not able to see charts if i select my browser is IE9, when i change BrowserMode to IE7 or IE8 i am able to see Charts..Please help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保
google.load
包名称为corechart
,如下所示:google.load("可视化", "1", {packages:["corechart"]});
Make sure the
google.load
package name iscorechart
as seen here:google.load("visualization", "1", {packages:["corechart"]});