JavaScript charts and graphs
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 JavaScr开发者_开发百科ipt as a client application?
Have a look into flot (a plugin for the jQuery library): http://code.google.com/p/flot
Try
http://mbostock.github.com/d3/
http://mbostock.github.com/protovis/ex/
精彩评论