mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 17:38:54 +00:00
parent
2e751b3dad
commit
6b6df84bce
@ -204,7 +204,7 @@ function mapRenderer() {
|
||||
}
|
||||
}
|
||||
|
||||
$scope.$watch('queryResult && queryResult.getData()', render, true);
|
||||
$scope.$watch('queryResult && queryResult.getData()', render);
|
||||
$scope.$watch('visualization.options', render, true);
|
||||
angular.element(window).on('resize', resize);
|
||||
$scope.$watch('visualization.options.height', resize);
|
||||
|
Loading…
Reference in New Issue
Block a user