Fix for data viz
This commit is contained in:
parent
2345ff11ed
commit
2a90a548dd
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@
|
|||
.transition()
|
||||
.duration(1000)
|
||||
.style("fill", function(d, i) {
|
||||
return d.displayAge == -1 ? 'white' : 'red';
|
||||
return 'red';
|
||||
});
|
||||
|
||||
selection.exit().remove();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue