var tip = d3.tip(). 21 .attr('class', 'd3-tip'). 22 .offset([20, 0]). 23 .html(function(d) {. 24. return "<strong>Sales:</strong> <span ...
確定! 回上一頁