function plot_points(data){
var nested = d3.nest()
.key(function(d){
return d['date'].getUTCFullYear();
})
.rollup(function(leaves){
debugger;
d3.sum(leaves)
});
.entries(data);
};
ソフトウェアエンジニアの技術ブログ:Software engineer tech blog
随机应变 ABCD: Always Be Coding and … : хороший