Bumping to version 1.1.4b. This is because of the transitionDuration property added to many charts.

master
Robin Hu 11 years ago
parent d8909d3217
commit efeba92bc8

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

2
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.3b';
nv.version = '1.1.4b';
nv.dev = true //set false when in production
window.nv = nv;

Loading…
Cancel
Save