From 37e334d24a099e5367597ee18ac0c6d5ae2fba32 Mon Sep 17 00:00:00 2001 From: Random Hacker Date: Sun, 24 Feb 2013 16:44:17 +0100 Subject: hdf support --- .../static/lib/flot-0.7/examples/annotating.html | 75 ++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 ebus/webhdf/static/lib/flot-0.7/examples/annotating.html (limited to 'ebus/webhdf/static/lib/flot-0.7/examples/annotating.html') diff --git a/ebus/webhdf/static/lib/flot-0.7/examples/annotating.html b/ebus/webhdf/static/lib/flot-0.7/examples/annotating.html new file mode 100644 index 0000000..72c212b --- /dev/null +++ b/ebus/webhdf/static/lib/flot-0.7/examples/annotating.html @@ -0,0 +1,75 @@ + + + + + Flot Examples + + + + + + +

Flot Examples

+ +
+ +

Flot has support for simple background decorations such as + lines and rectangles. They can be useful for marking up certain + areas. You can easily add any HTML you need with standard DOM + manipulation, e.g. for labels. For drawing custom shapes there is + also direct access to the canvas.

+ + + + + -- cgit v1.2.1