开发者

How powerful can graphing be in IE6? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.

Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.

Closed 2 years ago.

Improve this question

I'm interested in developing a web-based application with rich time series charting functionality, where the charts can be constructed and manipulated on the client side. I would like the chart surface to be highly interactive, with the ability to pan and zoom with the mouse, click on lines, axes, etc. Importantly, I would prefer not to use Flash, AND I need to support Internet Explorer 6. My question is, is there anything out there that is开发者_StackOverflow going to allow me to do this, or must I use Flash? I have seen good charts that use the HTML5 canvas element, but I am not sure to what extent these would be supported in IE6 using excanvas.js, and if they are supported, what type of performance I can expect. I have not actually found a working example that ran in IE6.

Thanks.


IE6 has VML support, VML is the almost equivalent of SVG Microsoft was pushing years ago.

Many frameworks today use VML to offer SVG and canvas functionalities.

Raphael, as already mentioned, is one.

Dojox.gfx (a dojo extension) is another one. It offers canvas-like functionality, and now has an SVG export function in place.

AmpleSDK is insanely awesome in enabling SVG (and more, even XUL) functionality everywhere feasible, even on IE5.5. (with some limitations)


Remember IE has support for VML a rival to SVG, google use VML on maps when drawing road etc. I suspect they use xslt to translate their SVG output to VML.

http://www.lutanho.net/svgvml3d/index.html

http://en.wikipedia.org/wiki/Vector_Markup_Language

But I would recommend that you have a good look for a good existing cross browser library, that Highcharts mentioned by upper stage looks amazing - if you can compete with that fine, go for it...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜