var data_format = d3.svg.line() //生成器 .x(function (d) { return d.x; }) ... tickFormat(d3.format(",%")) //也可配合format() 變更單位 .
確定! 回上一頁