dateFormat = d3.time.format('%Y-%m');. 11. data.forEach(function(x) {. 12. x.month = dateFormat.parse(x.month);. 13. console.log(x.month, x.cnt);.
確定! 回上一頁