开发者

Which is a best jquery or javascript library for graph?I [closed]

开发者 https://www.devze.com 2023-01-30 12:05 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussio开发者_如何学Pythonn. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 11 years ago.

I am using protovis. IE wont supports protovis. If there is a way to use graph in IE explain me or i need to know which is best js library for graph. Supported by all browsers


For IE support I would use Flot:

http://code.google.com/p/flot/

The plugin works with Internet Explorer 6/7/8, Firefox 2.x+, Safari 3.0+, Opera 9.5+ and Konqueror 4.x+ with the HTML canvas tag (the excanvas Javascript emulation helper is used for IE).


My final solution is best to use Highcharts .Its a jquery graph library easy to learn and efficient to use. All browsers support.


Actually, you CAN use protovis with IE, just not it's own.

The most popular solution lately is to use SVGWeb with protovis, the jloves protovis fork bundles it all together for you:

https://gitorious.org/protovis/jloves-protovis

But, the easiest and best behaving (in IE) solution is the bigfix protovis fork, which will render in VML (instead of SVG) when the user is in IE:

https://github.com/bigfix/protovis


I strongly suggest you have a look at Raphaël JS :

http://raphaeljs.com/

As of today, the library supports Firefox 3.0+, Safari 3.0+, Chrome 5.0+, Opera 9.5+ and Internet Explorer 6.0+.


Google Chart API lest you make a request to their servers to retrieve an image showing your graph - so works on all browsers. It just costs a little more bandwidth and perhaps time.

There is also their Visualization API for interactive JavaScript plotting.

0

精彩评论

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

关注公众号