Added opts flag for enabling/disabling synchronization of range. This is useful when...
[dygraphs.git] / dygraph-plugin-base.js
1 /*global Dygraph:false */
2
3 // Namespace for plugins. Load this before plugins/*.js files.
4 Dygraph.Plugins = {};