diff --git a/public/app/features/panel/panel_directive.ts b/public/app/features/panel/panel_directive.ts index b405dc67178..9960daabfbe 100644 --- a/public/app/features/panel/panel_directive.ts +++ b/public/app/features/panel/panel_directive.ts @@ -159,7 +159,7 @@ module.directive('grafanaPanel', function($rootScope) { position: 'right middle', classes: ctrl.error ? 'drop-error' : 'drop-help', openOn: 'hover', - hoverOpenDelay: 400, + hoverOpenDelay: 100, }); } }