From 43438d630308fb81662d6549ec74ddf49c33cd99 Mon Sep 17 00:00:00 2001 From: Evert Timberg Date: Sun, 17 Apr 2016 12:39:09 -0400 Subject: [PATCH] Update doc version # --- docs/07-Advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2