baseTemperature); }); //x-axis svg .append("g") .attr("class", "x axis") .attr("transform", "translate(0," + (h - padding) + ")") .call(xAxis); //y-axis svg ...
確定! 回上一頁