Skip to content

Commit

Permalink
Add description on new dataset update and draw plugin hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix authored and etimberg committed Jun 23, 2017
1 parent 46c0455 commit b548d1a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/developers/plugins.md
Expand Up @@ -106,7 +106,7 @@ var chart = new Chart(ctx, {

## Plugin Core API

Available hooks (as of version 2.5):
Available hooks (as of version 2.6):

* beforeInit
* afterInit
Expand All @@ -116,12 +116,16 @@ Available hooks (as of version 2.5):
* afterLayout
* beforeDatasetsUpdate *(cancellable)*
* afterDatasetsUpdate
* beforeDatasetUpdate *(cancellable)*
* afterDatasetUpdate
* beforeRender *(cancellable)*
* afterRender
* beforeDraw *(cancellable)*
* afterDraw
* beforeDatasetsDraw *(cancellable)*
* afterDatasetsDraw
* beforeDatasetDraw *(cancellable)*
* afterDatasetDraw
* beforeEvent *(cancellable)*
* afterEvent
* resize
Expand Down

0 comments on commit b548d1a

Please sign in to comment.