Showing
1 changed file
with
3 additions
and
2 deletions
@@ -319,9 +319,10 @@ export default function WidgetController($scope, $timeout, $window, $element, $q | @@ -319,9 +319,10 @@ export default function WidgetController($scope, $timeout, $window, $element, $q | ||
319 | 319 | ||
320 | 320 | ||
321 | function onRedraw(delay, dataUpdate) { | 321 | function onRedraw(delay, dataUpdate) { |
322 | - if (!visible) { | 322 | + //TODO: |
323 | + /*if (!visible) { | ||
323 | return; | 324 | return; |
324 | - } | 325 | + }*/ |
325 | if (angular.isUndefined(delay)) { | 326 | if (angular.isUndefined(delay)) { |
326 | delay = 0; | 327 | delay = 0; |
327 | } | 328 | } |