From 680241cbb652ee29088baa6cde2da02002e5ec47 Mon Sep 17 00:00:00 2001 From: Igor Sfiligoi Date: Thu, 7 Nov 2013 12:50:35 -0500 Subject: flot-0.8.1-tooltip-0.6.2 --- examples/interacting/index.html | 130 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100644 examples/interacting/index.html (limited to 'examples/interacting/index.html') diff --git a/examples/interacting/index.html b/examples/interacting/index.html new file mode 100644 index 0000000..19136df --- /dev/null +++ b/examples/interacting/index.html @@ -0,0 +1,130 @@ + + + + + Flot Examples: Interactivity + + + + + + + + + + +
+ +
+
+
+ +

One of the goals of Flot is to support user interactions. Try pointing and clicking on the points.

+ +

+ + + +

+ +

A tooltip is easy to build with a bit of jQuery code and the data returned from the plot.

+ +

+ +
+ + + + + -- cgit v1.2.3