panel: remove unneeded options for tooltip

This commit is contained in:
Daniel Lee
2017-03-29 16:01:27 +02:00
parent 085c4c56b8
commit 5702c57452

View File

@@ -159,7 +159,6 @@ module.directive('grafanaPanel', function($rootScope, $document) {
classes: ctrl.error ? 'drop-error' : 'drop-help',
openOn: 'hover',
hoverOpenDelay: 100,
remove: true,
tetherOptions: {
attachment: 'bottom left',
targetAttachment: 'top left',
@@ -195,10 +194,6 @@ module.directive('grafanaPanel', function($rootScope, $document) {
if (ctrl.skippedLastRefresh) {
ctrl.refresh();
}
if (infoDrop) {
infoDrop.position();
}
};
$document.on('scroll', refreshOnScroll);