devtyr / trello-burndown

Generate a burndown chart from trello tasks
262 stars 51 forks source link

Done estimates #15

Closed njj closed 11 years ago

njj commented 11 years ago

After upgrading to the most recent version I found that the Done vs. Effort blue line is not working for me.

screen shot 2013-05-29 at 4 51 46 pm

njj commented 11 years ago

Fixed this by separating the regex to parse the [] and then () separately. My original issue was because I did not have the estimate and actual in the same order ( i.e. (1)[1] vs [1](1) )