This a how-to post to create the axes with scales around a D3 chart. ... scaleLinear() .domain( [ 0, 50 + d3.max( dataset, function( d ) { return d.x }) ...
確定! 回上一頁