From: Evert Timberg Date: Sun, 17 Apr 2016 16:39:09 +0000 (-0400) Subject: Update doc version # X-Git-Tag: 2.1.0~68^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2283%2Fhead;p=thirdparty%2FChart.js.git Update doc version # --- diff --git a/docs/07-Advanced.md b/docs/07-Advanced.md index 034fee581..ffa9fc5c3 100644 --- a/docs/07-Advanced.md +++ b/docs/07-Advanced.md @@ -368,7 +368,7 @@ The bar controller has a special property that you should be aware of. To correc ### Creating Plugins -Starting with v2.0.3, you can create plugins for chart.js. To register your plugin, simply call `Chart.pluginService.register` and pass your plugin in. +Starting with v2.1.0, you can create plugins for chart.js. To register your plugin, simply call `Chart.pluginService.register` and pass your plugin in. Plugins will be called at the following times * Start of initialization * End of initialization