Handling zoom handle left position as a floating-point number for better accuracy...
[dygraphs.git] / plugins / base.js
CommitLineData
e2c21500
DV
1// Namespace for plugins.
2Dygraph.Plugins = {};
5bd29cf4
DV
3
4// TODO(danvk): move this into the top-level directory. Only plugins here.