score:9

try using a polylinear scale:

yscale = d3.scale.linear().domain([0, 5000, 60000]).range([height, height/2, 0])

the range (0, 5000) and (5000, 60000) will both be given the same amount of space.


More Query from same tag