fixed a few lingering d3.v3 issues

master
Tyler Wolf 11 years ago
parent 43c4639b84
commit a54db1e8bf

3640
nv.d3.js

File diff suppressed because it is too large Load Diff

1
nv.d3.min.css vendored

File diff suppressed because one or more lines are too long

12
nv.d3.min.js vendored

File diff suppressed because one or more lines are too long

@ -276,7 +276,7 @@ nv.models.historicalBarChart = function() {
state.disabled = e.disabled;
}
selection.call(chart);
chart.update();
});
//============================================================

@ -301,7 +301,7 @@ nv.models.multiBarHorizontalChart = function() {
state.stacked = e.stacked;
}
selection.call(chart);
chart.update();
});
//============================================================

Loading…
Cancel
Save