Fix bug in linePLusBarChart where clipEdge was not enabled.
This commit is contained in:
parent
f742c07347
commit
38a34f8529
@ -203,6 +203,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 }))
|
||||
|
Loading…
Reference in New Issue
Block a user