3

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.

GeorgeU
  • 7,819
  • 8
  • 26
  • 38

3 Answers3

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
  • Seconded - HighCharts is great. – Dave Child Feb 21 '11 at 18:53
  • 7
    License: Free for personal/Non-commercial use. – Palani Jul 01 '11 at 04:42
  • 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.

enter image description here

Maxym
  • 11,836
  • 3
  • 44
  • 48
  • The link redirects to some other page. – Foreever Mar 14 '14 at 06:26
  • @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