The standard way to do this is by adding .attr("y", d => innerHeight - yScale(d.RATIO)) to your rect s. You can adapt this to make sure that ...
確定! 回上一頁