Commit 3951e0c4 authored by David Schnur's avatar David Schnur

Merge pull request #1127 from brianpeiris/patch-1

Link to PLUGINS.md
parents 0360316e 4bfa801e
...@@ -1454,7 +1454,7 @@ hooks in the plugins bundled with Flot. ...@@ -1454,7 +1454,7 @@ hooks in the plugins bundled with Flot.
case a plot is overwritten by a new plot. If you're writing a case a plot is overwritten by a new plot. If you're writing a
plugin that adds extra DOM elements or event handlers, you should plugin that adds extra DOM elements or event handlers, you should
add a callback to clean up after you. Take a look at the section in add a callback to clean up after you. Take a look at the section in
PLUGINS.txt for more info. the [PLUGINS](PLUGINS.md) document for more info.
## Plugins ## ## Plugins ##
...@@ -1476,7 +1476,7 @@ from the "option" attribute of the plugin. The init function gets a ...@@ -1476,7 +1476,7 @@ from the "option" attribute of the plugin. The init function gets a
reference to the plot object created and uses this to register hooks reference to the plot object created and uses this to register hooks
and add new public methods if needed. and add new public methods if needed.
See the PLUGINS.txt file for details on how to write a plugin. As the See the [PLUGINS](PLUGINS.md) document for details on how to write a plugin. As the
above description hints, it's actually pretty easy. above description hints, it's actually pretty easy.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment