S
S
slimboy2012-12-26 10:24:37
HTML
slimboy, 2012-12-26 10:24:37

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

9 answer(s)
D
Denis Egorov, 2012-12-26
@slimboy

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.

P
pr0tect0r, 2012-12-26
@pr0tect0r

highcharts - great and free

S
slimboy, 2012-12-26
@slimboy

Maybe someone else will come in handy, who will find this question later:
From Google: google-developers.appspot.com/chart/interactive/docs/gallery

D
Dolios, 2012-12-26
@Dolios

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

B
btd, 2012-12-26
@btd

I used brutal d3.js. But with him you need to add a lot of things with pens.

I
Ilya Shabanov, 2012-12-26
@ishaba

here is another uninteresting thing g.raphaeljs.com/

K
KEKSOV, 2012-12-26
@KEKSOV

I recommend ExtJS Charts (scroll the page a little or click Charts on the left side of the menu)

D
Denis Egorov, 2012-12-27
@ur001

Unexpectedly, there was a good comparison table of different visualization libraries: http://socialcompare.com/en/comparison/javascript-graphs-and-charts-libraries

A
anitspam, 2012-12-27
@anitspam

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 question

Ask a Question

731 491 924 answers to any question