I\'m using d3.js charts in one of my applications. Here they are in this image See Charts
For Y axis on Money chart (See in the Image), I want maximum value rounded
I use nvd3 and for me this worked instead:
nv.models.discreteBarChart().yDomain([0,400])
I could'nt get it to work with yScale.domain
yScale.domain