update to tooltip positioning

master
Tyler Wolf 11 years ago
parent e918466d57
commit e545d547de

@ -392,7 +392,6 @@ window.nv.tooltip.* also has various helper methods.
container.style.top = top+'px';
container.style.opacity = 1;
container.style.position = 'absolute';
container.style.pointerEvents = 'none';
return container;
};

Loading…
Cancel
Save