Closed njj closed 11 years ago
After upgrading to the most recent version I found that the Done vs. Effort blue line is not working for me.
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) )
[]
()
(1)[1]
[1](1)
After upgrading to the most recent version I found that the Done vs. Effort blue line is not working for me.