Merge branch 'development' of https://github.com/novus/nvd3 into development

master
Tyler Wolf 11 years ago
commit 6b86e1d218

@ -706,7 +706,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;
};

14
nv.d3.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save