]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Update doc version # 2283/head
authorEvert Timberg <evert.timberg+github@gmail.com>
Sun, 17 Apr 2016 16:39:09 +0000 (12:39 -0400)
committerEvert Timberg <evert.timberg+github@gmail.com>
Sun, 17 Apr 2016 16:39:09 +0000 (12:39 -0400)
docs/07-Advanced.md

index 034fee5816a30b8c16a3c8675db5b1a81a50266f..ffa9fc5c3b7e592f2dc747ad47ed4a046bee229a 100644 (file)
@@ -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