Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
F
flot
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
HS-public
flot
Commits
3951e0c4
Commit
3951e0c4
authored
Sep 11, 2013
by
David Schnur
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1127 from brianpeiris/patch-1
Link to PLUGINS.md
parents
0360316e
4bfa801e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
API.md
API.md
+2
-2
No files found.
API.md
View file @
3951e0c4
...
@@ -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.tx
t for more info.
the [PLUGINS](PLUGINS.md) documen
t 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment