tickValues(d3.range(11).map(function (x) { return Math.pow(2, 4 * x); })) .tickFormat(''); d3.select('svg') .append('g') .attr('transform', 'translate(180, ...
確定! 回上一頁