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.