Simon Brunel 979341ecb0 Plugin hooks and jsdoc enhancements
Make all `before` hooks cancellable (except `beforeInit`), meaning that if any plugin return explicitly `false`, the current action is not performed. Ensure that `init` hooks are called before `update` hooks and add associated calling order unit tests. Deprecate `Chart.PluginBase` in favor of `IPlugin` (no more an inheritable class) and document plugin hooks (also rename `extension` by `hook`).
2017-01-27 19:32:35 -05:00
..
2017-01-08 08:54:03 -05:00
2016-11-26 12:58:49 -05:00
2016-11-26 12:58:49 -05:00
2017-01-27 08:05:08 -05:00