Compute an ordinal xScale for the keys in boxPlotData var xScale = d3.scalePoint() .domain(Object.keys(groupCounts)) .rangeRound([0, width])
確定! 回上一頁