Bumping to version 1.1.8b, because of removal of transitionDuration usage from axis.

master
Robin Hu 11 years ago
parent 17a21cc0f4
commit eb117f90d9

@ -3,7 +3,7 @@
var nv = window.nv || {};
nv.version = '1.1.7b';
nv.version = '1.1.8b';
nv.dev = true //set false when in production
window.nv = nv;
@ -967,7 +967,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();

14
nv.d3.min.js vendored

File diff suppressed because one or more lines are too long

@ -2,7 +2,7 @@
var nv = window.nv || {};
nv.version = '1.1.7b';
nv.version = '1.1.8b';
nv.dev = true //set false when in production
window.nv = nv;

Loading…
Cancel
Save