mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-08 01:06:51 +01:00
Merge pull request #3088 from djhuistra/patch-1
Chart.pluginService -> Chart.plugins in documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user