We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64593ed commit d6972abCopy full SHA for d6972ab
docs/docs/developers/plugins.md
@@ -27,6 +27,8 @@ var chart3 = new Chart(ctx, {});
27
28
Plugins can also be defined directly in the chart `plugins` config (a.k.a. *inline plugins*):
29
30
+> Note: *inline* plugins are not registered. Some plugins require registering, i.e. can't be used *inline*.
31
+
32
```javascript
33
var chart = new Chart(ctx, {
34
plugins: [{
0 commit comments