tickFormat (d3.time.format('%Y/%m/%d')); var yAxis = d3.svg.axis() .scale(y) .orient('left'); var yAxisLeft = d3.svg.axis().scale(y0) ...
確定! 回上一頁