mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fix for data viz
This commit is contained in:
parent
2345ff11ed
commit
2a90a548dd
@ -244,7 +244,7 @@
|
|||||||
.transition()
|
.transition()
|
||||||
.duration(1000)
|
.duration(1000)
|
||||||
.style("fill", function(d, i) {
|
.style("fill", function(d, i) {
|
||||||
return d.displayAge == -1 ? 'white' : 'red';
|
return 'red';
|
||||||
});
|
});
|
||||||
|
|
||||||
selection.exit().remove();
|
selection.exit().remove();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user