burnchart icon indicating copy to clipboard operation
burnchart copied to clipboard

GitHub Burndown Chart as a Service

Results 59 burnchart issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.22.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.0 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...

dependencies

Bumps [marked](https://github.com/markedjs/marked) from 0.3.19 to 4.0.10. Release notes Sourced from marked's releases. v4.0.10 4.0.10 (2022-01-13) Bug Fixes security: fix redos vulnerabilities (8f80657) v4.0.9 4.0.9 (2022-01-06) Bug Fixes retain line breaks...

dependencies

Hi! I have used and loved this already, but I was curious if there was any interest in supporting **_burn-up_** charts? A **_burn-down_** chart shows the amount of work remaining...

Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.4 to 0.11.8. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=object-path&package-manager=npm_and_yarn&previous-version=0.11.4&new-version=0.11.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.5 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Hi could you create a walkthrough for newbies on how to get this set up on one's Git Page? This would be super useful for, e.g. academics who want to...

I'd like to create a burndown chart for a GitHub Project (rather than a milestone). There is a [projects API](https://developer.github.com/v3/projects/) which is currently in preview. Great tool!

Hi @radekstepan, here's the work you requested in https://github.com/radekstepan/burnchart/issues/129#issuecomment-395876476. A couple things to note: - I've implemented this using GitHub's new GraphQL API. - The GraphQL API requires you to...

It seems the chart takes the total number of issues as the starting point in the time line. However, that's not accurate when issues are created over time rather than...