From af26aaa53d073a7b2d25caee93e1cb5ceb2e099c Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Fri, 23 Oct 2009 09:07:01 -0400 Subject: flot-0.6 --- examples/stacking.html | 77 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 examples/stacking.html (limited to 'examples/stacking.html') diff --git a/examples/stacking.html b/examples/stacking.html new file mode 100644 index 0000000..62e0c7b --- /dev/null +++ b/examples/stacking.html @@ -0,0 +1,77 @@ + + + + + Flot Examples + + + + + + + +

Flot Examples

+ +
+ +

With the stack plugin, you can have Flot stack the + series. This is useful if you wish to display both a total and the + constituents it is made of. The only requirement is that you provide + the input sorted on x.

+ +

+ + +

+ +

+ + + +

+ + + + + -- cgit v1.2.3