Answer the question
In order to leave comments, you need to log in
What framework would you recommend for drawing charts, graphs?
Hi all!
For one of the projects, some ready-made solution for drawing graphs or charts was needed, it is very desirable in html + css + java.
Maybe something like Twitter Bootstrap?
Thank you.
Answer the question
In order to leave comments, you need to log in
In my D3, this is the best library at the moment, but it is quite low-level. There are many libraries for quickly building graphs, graphs, charts, etc. based on it . I would recommend using one of them. For example NVD3 or PolychartJS .
There is also Raphaël and gRaphaël based on it.
Maybe someone else will come in handy, who will find this question later:
From Google: google-developers.appspot.com/chart/interactive/docs/gallery
Have a look at jqPlot.
Sane API, very configurable, a large number of charts and graphs, good documentation and a lot of examples. Works on canvas. If you don't need anything specific like structured parallel coordinates, etc., then, IMHO, the best framework. Free, uses jQuery
I recommend ExtJS Charts (scroll the page a little or click Charts on the left side of the menu)
Unexpectedly, there was a good comparison table of different visualization libraries: http://socialcompare.com/en/comparison/javascript-graphs-and-charts-libraries
tried g.raphaeljs.com. I didn’t understand how to make a legend and coordinate axes on g.raphaeljs.com/barchart.html
tried www.reverserisk.com/ico/ examples on the page were not shown in ie8 (although they write that it works on ie6+)
tried www.jqplot.com/ until everything suits.
in terms of complexity, I may not have tried everything, but for the user, working with these libraries looks like this
new yourGraphLib('element-id',,{options})
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question