burnify icon indicating copy to clipboard operation
burnify copied to clipboard

Interactive Product Burn-Down Chart

Results 4 burnify issues
Sort by recently updated
recently updated
newest added

- Add 'planned' point to sprint representation - Draw new overlapping bars representing planned points for sprint (in contrast to DONE points) - Enhanced resilience for non-present data (mainly sprint...

Organize chart CSS to support pre-defined themes or custom themes

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,...

Add default tooltips for each burn-down part: sprint points, total points, done points, out points and remaining points line (over the circles)