Fixed animation speed double after re-zero drag

master-patched
Bob Monteverde 12 years ago
parent 834caa51df
commit 9e54787e40

@ -1544,7 +1544,8 @@ nv.models.cumulativeLineChart = function() {
}
function dragEnd(d,i) {
d3.transition(d3.select('.chart-' + id)).call(chart);
//d3.transition(d3.select('.chart-' + id)).call(chart);
chart.update();
}

6
nv.d3.min.js vendored

File diff suppressed because one or more lines are too long

@ -62,7 +62,8 @@ nv.models.cumulativeLineChart = function() {
}
function dragEnd(d,i) {
d3.transition(d3.select('.chart-' + id)).call(chart);
//d3.transition(d3.select('.chart-' + id)).call(chart);
chart.update();
}

Loading…
Cancel
Save