From 689daa1fbf2372799a11c2e1d4189718a5a8b79d Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Mon, 6 Jul 2009 12:50:51 +0000 Subject: [PATCH] Rewrote the description text a wee bit git-svn-id: https://flot.googlecode.com/svn/trunk@191 1e0a6537-2640-0410-bfb7-f154510ff394 --- examples/navigate.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/examples/navigate.html b/examples/navigate.html index 3af7f4a..78eff55 100644 --- a/examples/navigate.html +++ b/examples/navigate.html @@ -32,12 +32,13 @@

-

With the navigate plugin it is easy to add panning and - zooming. Drag to pan, double click to zoom. The plugin fires - events (useful for synchronizing several plots) and adds a - couple of public methods so you can easily build - a little user interface around it, like the little buttons - at the top right in the plot.

+

With the navigate plugin it is easy to add panning and zooming. + Drag to pan, double click to zoom (or use the mouse scrollwheel).

+ +

The plugin fires events (useful for synchronizing several + plots) and adds a couple of public methods so you can easily build + a little user interface around it, like the little buttons at the + top right in the plot.