update to tooltip positioning

This commit is contained in:
Tyler Wolf 2013-07-22 11:38:34 -04:00
parent e918466d57
commit e545d547de

View File

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