Merge pull request #3088 from djhuistra/patch-1

Chart.pluginService -> Chart.plugins in documentation
This commit is contained in:
Evert Timberg
2016-08-03 16:10:37 -04:00
committed by GitHub

View File

@@ -372,7 +372,7 @@ The bar controller has a special property that you should be aware of. To correc
### Creating Plugins
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.
Starting with v2.1.0, you can create plugins for chart.js. To register your plugin, simply call `Chart.plugins.register` and pass your plugin in.
Plugins will be called at the following times
* Start of initialization
* End of initialization