From f5efa0d4fbbcc033c3cbae5431c402beb8e0da0b Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Fri, 13 May 2011 13:50:37 +0200 Subject: [PATCH] Rework interacting example slightly to make DOM text update optional --- examples/interacting.html | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/examples/interacting.html b/examples/interacting.html index d04eedd..7db829d 100644 --- a/examples/interacting.html +++ b/examples/interacting.html @@ -16,13 +16,16 @@

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

-

Mouse hovers at - (0, 0).

+

+ + + +

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

-

Enable tooltip

+