jQuery: The Write Less, Do More JavaScript Library

Blog » Flot, a new plotting plugin for jQuery

Posted December 6th, 2007 by Bradley Sepos

Here’s some holiday cheer: Flot, a new plotting library/plugin for jQuery by Ole Laursen. The initial 0.1 release has some stunning features, including interactivity with your charts. Flot looks very promising, and we like to highlight promising developments in the jQuery community!

flot-example.png

See also:
Flot Announcement
Flot Examples
Ajaxian article on Flot


26 Responses to “Flot, a new plotting plugin for jQuery”

  1. Greg Says:

    This is so cool, I can’t wait to integrate this on my site. I was looking at some server side options for making charts this past week and was very concerned about the future strain on server resources generating all those images … never mind caching issues.

    This might just work for me!

  2. hankx Says:

    Greate!

  3. Avenger.Bevis Says:

    WOW~ It is so cool and so useful for me, thanks for writer

  4. Alistair Says:

    What Greg said
    Will be trying to find a project to use this on ASAP!

  5. R Says:

    I tried the samples and it seemed speedy to me. Any chance of changing the data on the fly? Do you have to redraw the whole chart when you do so?

  6. jqTz Says:

    This just rocks! The visuals and styling are awesome, they don’t look pixelly at all.

  7. site120 Says:

    Good!

  8. James Says:

    Just started playing around with it and I see amazing potential.

    One thing though, can you use non-numeric values for, say, the x-axis? Didn’t see it in the examples, and i’m trying to create a graph that displays numbers per month (e.g. I’d like the x-axis to display “11-07″ for November 07.

    Regardless, just plain awesome work. Thanks for sharing!

  9. James Says:

    Nevermind…RTFM….reading the API I found the option to enter the tick array. Very helpful :-D

  10. links for 2007-12-08 at found_drama Says:

    […] jQuery: » Flot, a new plotting plugin for jQuery (tags: graph javascript jQuery visualization webdev) […]

  11. Marc Says:

    I found it ironic that Google released their chart API just days after flot was released. http://code.google.com/apis/chart/

    Didn’t that happen that jQuery and a CSS selector library were released on the same day? It is really funny how that happens. I will most certainly be trying them both these charting APIs out!

  12. links for 2007-12-09 « Breyten’s Dev Blog Says:

    […] Flot, a new plotting plugin for jQuery (tags: uncategorized) […]

  13. Dominik Hahn Says:

    Great, Version 0.2 is out. :)

    Version 0.1 didn’t work for me the way I expected, I’ll give the new version a try.

  14. Ole Laursen Says:

    R: you need to rerender the whole chart. This is mostly an artifact of how the canvas works - each time you perform a drawing operation, you’re changing the canvas surface. So there’s no easy way to remove and replot a line unless you introduce multiple layers of canvases. Maybe it would be a good idea if the Flot API would allow you to rerender the whole chart easily, though.

    Dominik: If you’re having trouble, feel free to comment on the new brand-new Flot mailing list.

  15. Van Says:

    This is an excellent use of Canvas and is very easy to use. Can’t wait for upcoming versions

  16. Kean Says:

    Mamamia…. Godsend

  17. Snowcore Says:

    Well done, jQuery!
    It has a big future!

  18. Dominik Porada Says:

    I’m not jQuery fan but this is impressive.

  19. Larry Says:

    Very nice! But the axis are off when printing in IE.

  20. Stephan Says:

    I like, I like

  21. julien Says:

    YAY! And is it possible to also zoom-out the view?

    This is really pro.

    Thanks jQuery!

  22. Vlad Says:

    Super!I’ll use them in my next project.
    How about circle diagram, like in google-analytics?

  23. Eratothene Says:

    Make it a part of Jquery UI as soon as possible!! Quickly! This is a killer feature!

  24. massimo falorni Says:

    Only one thing can be said about this framework, THE BEST
    thanks JQ

  25. Flot, a new plotting plugin for jQuery | Development Feeds Says:

    […] Flot, a new plotting plugin for jQuery Visit Original: Flot, a new plotting plugin for jQuery […]

  26. Alexey Says:

    http://www.coloria.ru/Article/jquery-sozdanie-grafikov-ispolzuya-plagin-flot - Russian article

Leave a Reply