Finally, we can add the label to the y-axis like this: chart.append("text") .text("Amount of unique visitors") .attr("class", "yAxis") ...
確定! 回上一頁