projects
/
dygraphs.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
wrap DygraphOptions
[dygraphs.git]
/
plugins
/
base.js
Commit
Line
Data
0cd1ad15
DV
1
/*global Dygraph:false */
2
e2c21500
DV
3
// Namespace for plugins.
4
Dygraph.Plugins = {};
5bd29cf4
DV
5
6
// TODO(danvk): move this into the top-level directory. Only plugins here.