From 67634b081a544b1b170edf8d7be953f74c2f30f5 Mon Sep 17 00:00:00 2001 From: djhuistra Date: Wed, 3 Aug 2016 21:06:21 +0200 Subject: [PATCH] Chart.pluginService -> Chart.plugins in documentation Apparently Chart.pluginService is deprecated, but this name is still used in the documentation. I suggest to update it :) --- docs/09-Advanced.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/09-Advanced.md b/docs/09-Advanced.md index 58dd50da9..bf3df4f07 100644 --- a/docs/09-Advanced.md +++ b/docs/09-Advanced.md @@ -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 -- 2.47.2