Delete comment from: Ruminations
Tamlyn said...
Very cool! I hope to use this to replace the flash graphs on this page. They look nice but they're really hard to work with.
Rather than invoking the plugin with:
$.plot($("#placeholder"), data, options);
it would be more in keeping with jquery convention to use:
$("#placeholder").plot(data, options);
Dec 6, 2007, 12:57:00 AM
Posted to Flot 0.1 released!