... .ticks(10); var tip = d3.tip() .attr('class', 'd3-tip') .offset([-10, 0]) .html(function(d) { return d + " days"; }) var svg = d3.select(".container") ...
確定! 回上一頁