Added back the 'tooltips' boolean flag to lineChart.dispatch.tooltipShow.

REbuilt nv.d3.js and minified version.
master
Robin Hu 11 years ago
parent 5f3e6d5691
commit b07d1f2a87

File diff suppressed because it is too large Load Diff

12
nv.d3.min.js vendored

File diff suppressed because one or more lines are too long

@ -301,7 +301,7 @@ nv.models.lineChart = function() {
});
dispatch.on('tooltipShow', function(e) {
showTooltip(e, that.parentNode);
if (tooltips) showTooltip(e, that.parentNode);
});

Loading…
Cancel
Save