My data are floats in an array called gdp. I define my y axis like this: const y = d3.scaleLinear() .domain(d3.extent(gdp)) …
確定! 回上一頁