Found an issue when using transition().duration() with axis.

It was causing a certain kind of 'flickering' with historicalBars. Removing that usage for now.
master
Robin Hu 11 years ago
parent c0db335539
commit 17a21cc0f4

@ -65,7 +65,7 @@ nv.models.axis = function() {
//TODO: consider calculating width/height based on whether or not label is added, for reference in charts using this component
g.transition().duration(transitionDuration).call(axis);
g.transition().call(axis);
scale0 = scale0 || axis.scale();

Loading…
Cancel
Save