1

I want to display some dynamic charts/graphs in my web application.

The current good one in pure javascript is HighCharts which is not free for SAAS apps.

Is there any good, free, pure-javascript chart solution I can use off-the-shelf?

Flash chart solutions don't work on the mobile devices. please suggest good ones.

Anand
  • 10,310
  • 24
  • 90
  • 135

4 Answers4

1

I've used Flot and found it to be ok;

http://code.google.com/p/flot/

WooHoo
  • 1,912
  • 17
  • 22
0

Try with Raphael library:

http://raphaeljs.com/

Ferran Basora
  • 3,097
  • 3
  • 19
  • 13
0

Use jQuery Flot plugin for this.

Praveen Kumar Purushothaman
  • 164,888
  • 24
  • 203
  • 252
robert
  • 8,459
  • 9
  • 45
  • 70
0

Check: http://www.jscharts.com/

www.highcharts.com (if you want it in jQuery)

Hope it helps

Sudhir Bastakoti
  • 99,167
  • 15
  • 158
  • 162