Flot, a Javascript plotting library for jQuery

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

See the examples, especially the highly interactive zooming with overview.

-- Contributors: ArthurClemens - 10 Dec 2007

Discussion

If we could define one (or set of) CHART tag, that all the charting UI's use, then we could make charting libraries pluggable - so users can select the Javascript library that is most compatible with their other needs. - see GeneralisedCHARTdefinition

-- SvenDowideit - 10 Dec 2007

I've begun to create a FlotChartPlugin - though its in very early stages, and has zero docco because I've changed the syntax a few times in the last day.

Right now, the chart in that topic on my TWiki is defined using

%FLOTCHART{
    "test,more"
    test="[1, 23],[2, 87],[3, 11],[4, 17],[5, 21],[6, 45],[7, 34],[8, 23]"
    more="[1, 2],[2, 4],[3, 6],[4, 8],[5, 18],[6, 12],[7, 14],[8, 16]"
}%

That is then replaced by some javascript and a placeholder div.

-- SvenDowideit - 24 Jan 2008

I like this a lot. It would also be a great enhancement for http://twiki.org/cgi-bin/view/Plugins/ChartPlugin. I am looking forward to this new gadget in TWiki. smile

-- MartinSeibert - 24 Jan 2008
 
Topic revision: r2 - 22 Feb 2009, WillNorris
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy