Question
I'm creating a web application on Google App Engine for fun and I'd like to include graphs so users can see some stats. Are there any free (either as in beer or speech) JavaScript libraries that can take a table or make some AJAX call and display a graph?
Answer
Flot can create some really nice looking charts. It's a JavaScript library rather than a service like Google Charts. It does require jQuery though.
< br > via < a class="StackLink" href=" http://stackoverflow.com/questions/6426/" >Graphing JavaScript Library< /a>
0 comments:
Post a Comment