受Plotr和PlotKit的启发,Ole Laursen基于jquery开发了一个图表绘制(WEB Chart)插件并命名为flot。
示例代码:$.plot($(“#placeholder”), [ [[0, 0], [1, 1]] ], { yaxis: { max: 1 } });