I\'d like to do a line-graph on a web-page using Javascript. I want it to be animated so that when the page loads, the line is slowly \"drawn\" onto the graph.
I\'ve ma
You could modify flot. I've made changes to the flot code before. It's fairly well-written. There's a google group if you get stuck.
Or you could just learn how to use Canvas, which is what flot uses.