Finally! JQuery Plotting - Flot
in javascript
I was waiting on the day when jQuery would have a plotting plugin. Wait no longer! Flot is now on the scene. With the easy jQuery syntax I'm sure it will win the hearts of plotting programmers everywhere: $.plot($("#placeholder"), data, options);
Now I just need to find somewhere to use it!