藉由上一篇了解了最常用的scale,再來就要談談座標軸Axis,在D3.js 裏頭, ... var axisX = d3.svg.axis() .scale(scaleX) .orient("bottom") .ticks(10); var axisY ...
確定! 回上一頁