I'm able to graph by the minute or hour using: var dtDim = facts.dimension(function(d) { return d3.time.minute(d.DateTime); });.
確定! 回上一頁