Skip to content

Commit

Permalink
Update HOOKS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
almossawi committed Jul 7, 2016
1 parent 632d481 commit 6358e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HOOKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@
| `line.before_all_series` | `args` | Called before rendering the chart. | Returning `false` will prevent the default rendering process from being executed. |
| `line.before_each_series` | `data[i]` - The current data in the for loop <br /> `args` | Called within the render loop, before any other render takes place. | |
| `line.after_each_series` | `data[i]` - The current data in the for loop <br /> `args` | Called within the render loop, after the default render has taken place. | |
| `line.before_destroy` | `lineChart` - chart descriptor | Called before destroying the chart on a subsequent call to the same target element. | Available as of v2.10 |

0 comments on commit 6358e78

Please sign in to comment.