我为我的 ASP.NET 网站设计了一个图表。存在兼容性问题,需要建议

发布于 2024-12-08 10:01:03 字数 772 浏览 1 评论 0原文

我的网站中有一个 rgraph,我使用 rgraph http://www.rgraph.net/docs /index.html

<script type="text/javascript" src="scripts/RGraph.vprogress.js"></script>
 <!--[if IE 8]><script type="text/javascript" src="scripts/excanvas.original.js"></script><![endif]-->
[No canvas support] [No canvas support]

它在 IE 8 中工作正常,但是当我打开 IE 8 的兼容性视图时,我收到

Line: 30
Error: Object doesn't support this property or method

来自 rgraph 网站的错误注释: 由于图表是使用 HTML5 功能(新的 canvas 标签)生成的,因此目前的客户端支持是: Microsoft Internet Explorer 8+

有没有任何方法或方式可以在兼容性视图中工作。或者在所有浏览器中都能完美运行的图表。我想画一个条形图和一个饼图。谢谢

I have a rgraph in my website, I use the rgraph http://www.rgraph.net/docs/index.html

<script type="text/javascript" src="scripts/RGraph.vprogress.js"></script>
 <!--[if IE 8]><script type="text/javascript" src="scripts/excanvas.original.js"></script><![endif]-->

[No canvas support]
[No canvas support]

It works fine in IE 8 but when i turn the Compatibility view on for the IE 8 then I get this error

Line: 30
Error: Object doesn't support this property or method

Note from rgraph website:
Since the charts are produced using HTML5 features (the new canvas tag), client support is currently:
Microsoft Internet Explorer 8+

Is there any method or way to make in work in compatibility view. Or an graph which work work perfectly in all browsers. I want to draw a bar and a pie chart. Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拒绝两难 2024-12-15 10:01:03

我不知道第 30 行是什么,但是,如果它与画布有关,那么尝试
此替代方案。有条件地在画布不可用的平台(IE7,也许还有 IE8)上包含它。

I don't know what line 30 is, but, if it is related to the canvas, then try
this alternative. Include it conditionally on platforms where canvas is not available, IE7 and maybe IE8.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文