Skip to content

Commit d6972ab

Browse files
authored
Add note about inline plugins and registration (#8741)
1 parent 64593ed commit d6972ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/docs/developers/plugins.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ var chart3 = new Chart(ctx, {});
2727

2828
Plugins can also be defined directly in the chart `plugins` config (a.k.a. *inline plugins*):
2929

30+
> Note: *inline* plugins are not registered. Some plugins require registering, i.e. can't be used *inline*.
31+
3032
```javascript
3133
var chart = new Chart(ctx, {
3234
plugins: [{

0 commit comments

Comments
 (0)