Juanfran 2014-08-06 12:36:40 +02:00
parent 3cac0b857c
commit 66111d4eb7
1 changed files with 5 additions and 0 deletions

View File

@ -96,6 +96,11 @@ SprintGraphDirective = ->
$scope.$on "taskboard:graph:toggle-visibility", -> $scope.$on "taskboard:graph:toggle-visibility", ->
$el.parent().toggleClass('open') $el.parent().toggleClass('open')
#fix chart overflow
setTimeout ( ->
redrawChart(element, $scope.stats.days)
), 100
$scope.$on "$destroy", -> $scope.$on "$destroy", ->
$el.off() $el.off()