hguser
hguser

Reputation: 36058

ask for a lightweithg jquery based chart lib

I have to build some chart in my page,I use extjs chart now,but I found it is rather heavy...

Through the google,there some jquery based lib,but I have no idea which is better,and it seems test them one by one is not a good idea,so I ask you guys if you have any experiences?

I just care the following points:

1)support drawing chart based json data.

2)reload chart when data refreshed.

3)easily and readable coding

4)the less thrid-part lib needed,the better.

Upvotes: 1

Views: 946

Answers (2)

NimChimpsky
NimChimpsky

Reputation: 47290

flot ticks all your boxes. I have been using it, seems pretty slick to me.

Flot supports column-line combined chart, thats actually why I used it, see here and here for a more comprehensive list of functionality.

Upvotes: 4

Philippe Leybaert
Philippe Leybaert

Reputation: 171864

I like Flot, which does most of the things you require.

Here's a good list of charting libraries for jQuery:

http://www.reynoldsftw.com/2009/02/6-jquery-chart-plugins-reviewed/

Upvotes: 1

Related Questions