var color=d3.scaleSequential(d3.interpolateSpectral); color.domain([d3.min(data, function(d){return d.population;}), d3.max(data, ...
確定! 回上一頁