remove stateChange call from changeState handler

master-patched
Bob Monteverde 12 years ago
parent 64a066ccdf
commit 8d7553d734

@ -2205,9 +2205,7 @@ nv.models.cumulativeLineChart = function() {
index.i = e.index;
index.x = dx(index.i);
// update state and send stateChange with new index
state.index = e.index;
dispatch.stateChange(state);
indexLine
.data([index]);

10
nv.d3.min.js vendored

File diff suppressed because one or more lines are too long

@ -447,9 +447,7 @@ nv.models.cumulativeLineChart = function() {
index.i = e.index;
index.x = dx(index.i);
// update state and send stateChange with new index
state.index = e.index;
dispatch.stateChange(state);
indexLine
.data([index]);

Loading…
Cancel
Save