Which jquery javascript or javascript library for graphics?

I use protoviz. IE does not support protoviz. If there is a way to use the graph in IE, explain to me or I need to know which of the best js libraries for the graph. Supported by all browsers

+3
source share
5 answers

My final decision is best to use Highcharts . Its jquery graphics library is easy to learn and efficient to use. Support for all browsers.

+1
source

To support IE, I would use Flot:

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

Internet Explorer 6/7/8, Firefox 2.x +, Safari 3.0+, Opera 9.5+ Konqueror 4.x + HTML canvas ( excansv Javascript IE).

+2

, protovis IE, .

SVGWeb , jloves :

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

( IE) - forov, VML ( SVG), IE:

https://github.com/bigfix/protovis

+1

Raphaël JS:

http://raphaeljs.com/

Firefox 3.0+, Safari 3.0+, Chrome 5.0+, Opera 9.5+ Internet Explorer 6.0 +.

+1

The Google Chart API , so that you do not send a request to your servers to get an image showing your graph, is why it works in all browsers. It just requires a bit more bandwidth and maybe time.

There is also a visualization API for interactive JavaScript construction.

0
source

Source: https://habr.com/ru/post/1779984/


All Articles