Reputation: 68750
I am tasked with building an HTML/JavaScript application which is not networked (it runs on a PC as part of a Windows application).
Is there a library which will create simple graphs and charts in 100% HTML and JavaScript as a client application?
Upvotes: 2
Views: 584
Reputation: 4523
Try
http://mbostock.github.com/d3/
http://mbostock.github.com/protovis/ex/
Upvotes: 1
Reputation: 1633
Have a look into flot (a plugin for the jQuery library): http://code.google.com/p/flot
Upvotes: 2