Graphing with jQuery

Now while there are quite a number of excellent flash-based graphing libraries out there in the wild, it turns out that there aren’t actually all that many pure old jQuery plugins to churn out your data in pretty images for all to see.

So enter , a pure Javascript plotting library written exclusively for jQuery. It produces graphical plots of arbitary datasets on-the-fly client-side, with a focus on simple usage – meaning that all settings are pretty much optional to a developer. The graphs produces are attractive and flot goes that extra step in adding interactive features like zooming and mouse tracking, meaning you can add things like tooltips and clickthroughs to any graph with particular ease.

It works with Internet Explorer (with the help of the excanvas emulation helper), Firefox, Safari, Opera and Konqueror, making use of the HTML canvas tag.

Quick to implement, churns out a variety of different graphs and produces some stunning results, making it a particularly worthy graphing library to implement on any of your data analysis projects! :)

Related Link: http://code.google.com/p/flot/

You might also enjoy:

  • I mentioned Flot, the brilliant little jQuery-driven graphing engine that is extremely flexible and capable of producing some wonderfully looking and intera ...
  • Flot is a fantastic jQuery-driven graphing engine that is extremely flexible and capable of producing some wonderfully looking and interactive graphs. To ...
  • Jeff Robbins of Lullabot brings to us a rather nifty jQuery plugin in the form of BeautyTips, a tooltips plugin which uses the canvas drawing element from t ...
  • So you are the type of person that likes those cheesy moving, animated characters and backgrounds that appear on numerous websites around the Internet. In f ...
  • My tried and trusted method for inserting graphs into PDFs is to use the nifty PHP FPDF library and insert an image into it via a Google Chart URL. In ot ...

About Craig Lotter

Craig Lotter is an established web developer and application programmer, with strong creative urges (which keep bursting out at the most inopportune moments) and a seemingly insatiable need to love all things animated. Living in the beautiful coastal town of Gordon's Bay in South Africa, he games, develops, takes in animated fare, trains under the Funakoshi karate style and for the most part, simply enjoys life with his amazing wife and daughter. Oh, and he draws ever now and then too.
This entry was posted in Software & Websites and tagged canvas, clickthrough, , , graphing, , library, plot, . Bookmark the permalink.
  • http://www.hoodia.com/ Hoodia

    This looks brilliant, I had no idea that something like this was avaliable in jQuery, it seems that most sites tend to resort to flash for graphical/interactive graphing but where there is a javascript alternative I would definitely check it out first.

blog comments powered by Disqus