Skip to content

Create an event API to allow interaction with the burn-down chart parts #3

@feroult

Description

@feroult

Let the user to customize functions that are called for events in each part of the chart. For instance, it could be:

var burn = burnify('#chart', json, 800, 600);
burn.onClickSprint(function(sprint) {
    console.log('sprint points', sprint.points);
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions