jQuery Sparklines and flot

In the past few months, I came across these two jQuery-based plug-ins that use the canvas (or VML, in the case of IE) capabilities of modern browsers to draw charts and graphs. Both seem like they might have legitimate uses, and are definitely fun to play around with. Sparklines provides small inline charts, whereas flot is much more sophisticated and can produce full graphs with zoom functionality.

Visit the bookmark »

Speak Your Mind

  • Your address won't be shown, it will be used for Gravatar icons if available.

  • Markdown is allowed.

Header 1    Header 2
========    --------

*italic*    **bold**

> A single level blockquote
>> A nested quote

A link: [example](http://url.com "title")
Or a quick URL: <http://url.com>

1. Numbered list item 1
2. Numbered list item 2

* Unordered list item 1
* Unordered list item 2

Any paragraph with 4 spaces to 
the left is a preformatted code block

Language specific code blocks with 
syntax highlighting are supported too:

@@ python
import antigravity
@@ end