{"name": "AgglomerativeCluster", "apples": 42, "oranges": 140}
Mike
.rollup(function(d) {
return {
sum2015: d3.sum(d, function(d) { return parseFloat(d.data2015); })
, sum2010: d3.sum(d, function(d) { return parseFloat(d.data2010); })
};
});
var YEAR = 2010;
.sum(function(d) { return d.value["sum" + YEAR; })
.sort(function(a, b) { return b.value["sum" + YEAR] - a.value["sum" + YEAR]; });
--
You received this message because you are subscribed to the Google Groups "d3-js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to d3-js+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "d3-js" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/d3-js/U9pNjufmRvs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to d3-js+unsubscribe@googlegroups.com.
var root = d3.hierarchy({values: nest.entries(data)}, function(d){ return d.values})
.sum(function(d) { console.log(d); return d.value["sum2010"]; })
.sort(function(a, b) { return b.value["sum2010"] - a.value["sum2010"]; });
To unsubscribe from this group and stop receiving emails from it, send an email to d3-js+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "d3-js" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/d3-js/U9pNjufmRvs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to d3-js+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "d3-js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to d3-js+un...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "d3-js" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/d3-js/U9pNjufmRvs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to d3-js+un...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "d3-js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to d3-js+un...@googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "d3-js" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/d3-js/U9pNjufmRvs/unsubscribe.
To unsubscribe from this group and all its topics, send an email to d3-js+un...@googlegroups.com.