Fixed position of tooltip with description at graph. (#7854)

This commit is contained in:
Andrii Skomorokhov 2017-03-17 12:48:28 +02:00 committed by Torkel Ödegaard
parent 54c6699c2b
commit f2e4269242

View File

@ -160,6 +160,7 @@ module.directive('grafanaPanel', function($rootScope) {
classes: ctrl.error ? 'drop-error' : 'drop-help',
openOn: 'hover',
hoverOpenDelay: 100,
constrainToScrollParent: false,
});
}
}