var scale = d3.time.scale() // от 1 января 2015 года до текущей даты .domain([ new Date(2015, 0, 1), new Date()]) .range([0, axisWidth]);.
確定! 回上一頁