M
M
MilkyWay2015-02-15 05:26:11
JavaScript
MilkyWay, 2015-02-15 05:26:11

What JavaScript libraries do you know for building graphs?

Tell me a couple of libraries for building graphs in JavaScript with IE9 support. I only found keylines, but this is a commercial product.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexey Bykov, 2015-02-15
@MilkyWay

Most existing libs should work under IE9 (because it supports SVG and Canvas).
If you only have one simple graph, then you can use d3, or even just draw with a regular canvas. The same will have to be used if you need to make some very complicated graph, because very few libraries provide good extensibility.
Of the libraries that provide ready-made graphics, I can only recommend Plottable.js (very flexible settings) and warn about nvd3 (almost zero documentation, and a lot of bugs of varying severity). I also advise you to look at the list of 50 existing charting libraries: techslides.com/50-javascript-charting-and-graphics...

Y
Yuri Petrashevich, 2015-02-15
@BelCoder

In my opinion the most intelligent www.highcharts.com

A
abusabir, 2015-02-15
@abusabir

jsPlumb might work?

K
keslo, 2015-02-15
@keslo

Try Google Chart

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question