Rebuilt with last bugfix.

master-patched
Christopher Nelson 12 years ago
parent 38a34f8529
commit 44a3430ef2

@ -4059,6 +4059,7 @@ nv.models.linePlusBarChart = function() {
lines
.width(availableWidth)
.height(availableHeight)
.clipEdge(true)
.color(data.map(function(d,i) {
return d.color || color(d, i);
}).filter(function(d,i) { return !data[i].disabled && !data[i].bar }))

2
nv.d3.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save