mirror of https://github.com/grafana/grafana.git
				
				
				
			PanelSrv fix, now panel rerenders after column span change
This commit is contained in:
		
							parent
							
								
									ab55412264
								
							
						
					
					
						commit
						20b64d9b7e
					
				|  | @ -42,7 +42,7 @@ function (angular, _, config) { | |||
|         $scope.panel.span = Math.min(Math.max($scope.panel.span + span, 1), 12); | ||||
| 
 | ||||
|         $timeout(function() { | ||||
|           $scope.$emit('render'); | ||||
|           $scope.$broadcast('render'); | ||||
|         }); | ||||
|       }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue