I have a stack barchart and added an outline to the bars via
.dc-chart rect.bar {stroke: black;}
I have also defined
.elasticY(true)
The black outline at the top of the bar (xAxis 0) is chopped by a pixel compared to the top of the bar (xAxis 2). Is there anyway to pad the y max range by a little so I can see the outline and still keep elasticY?