Looking for multi browser support, and multi chart types (line,bar, etc). Besides chart support, main concern is performance on the browser, support/"active project", and extensibility.
Asked
Active
Viewed 1.1k times
3
-
1Check out this answer to a similar question: http://stackoverflow.com/questions/1223537/pie-chart-with-jquery/1223619#1223619 – jimmystormig Feb 21 '11 at 19:20
-
@jimmy Not looking for piecharts, looking. Personally I think pie charts have no business in any UI. – GeorgeU Feb 21 '11 at 20:26
-
:) That's why I pointed to an answer that didn't just mention pie charts. – jimmystormig Feb 21 '11 at 20:55
-
Checkout Shield UI Charts: https://demos.shieldui.com/web/all-charts - most comprehensive, cross-browser and multi-device charting component. – Vladimir Georgiev Aug 02 '16 at 08:00
3 Answers
6
Highcharts - http://highcharts.com
Also, there are plugins for Highcharts in multiple development languages that generate the chart code for you, given sets of data..

Rabbott
- 4,282
- 1
- 30
- 53
-
-
7
-
There also appears to be another free version on github from a pilot version. The charts are similar in design but the coding is completely different and you lose a ton of features. http://pmsipilot.github.com/jquery-highchartTable-plugin/ – Thomas B Dec 04 '12 at 08:16
5
Take a look 28 Rich Data Visualization Tools, there are different chart and graph libraries, (also you can find jquery plugins). So you can compare them and pick the best for you.

Maxym
- 11,836
- 3
- 44
- 48
-
-
@Foreever, thanks! that article was written about 4 years ago, and migrated once, seems like now it is down again... I've managed to find it again :) link should be fixed for now, at least for some time :) – Maxym May 15 '14 at 13:59
3
Flot is a very popular choice. http://www.flotcharts.org/

Doug S
- 10,146
- 3
- 40
- 45

Vivek Goel
- 22,942
- 29
- 114
- 186