Skip to content

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

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);
});

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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