Let the user to customize functions that are called for events in each part of the chart. For instance, it could be: ``` javascript var burn = burnify('#chart', json, 800, 600); burn.onClickSprint(function(sprint) { console.log('sprint points', sprint.points); }); ```