From 11ed6a29097a6c8821eecfca1b8bf942e32ffe32 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Tue, 28 May 2013 20:20:06 -0400 Subject: [PATCH] Enable tooltips and coordinates by default. Lots of people ask about implementing tooltips; hopefully enabling it by default will help them find it more easily. --- examples/interacting/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/interacting/index.html b/examples/interacting/index.html index 19136df..15b2437 100644 --- a/examples/interacting/index.html +++ b/examples/interacting/index.html @@ -111,14 +111,14 @@

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.

-

+