samussiah opened this issue 7 years ago · 1 comments
Simplest approach is probably just to offset everything by a pixel or 2 horizontally. Something like: .attr("dy",function(d,i){return i*-1}) maybe reduce the opacity a bit as well.
.attr("dy",function(d,i){return i*-1})