update to tooltip positioning
This commit is contained in:
parent
e918466d57
commit
e545d547de
@ -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;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user