Animated line graph in Javascript?

后端 未结 7 1798
孤街浪徒
孤街浪徒 2021-02-02 17:26

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

7条回答
  •  粉色の甜心
    2021-02-02 17:47

    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.

提交回复
热议问题