Commit 5702c574 by Daniel Lee

panel: remove unneeded options for tooltip

parent 085c4c56
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment