9a14526
1
2
3
4
5
6
7
8
function d3_geom_pointX(d) { return d[0]; } function d3_geom_pointY(d) { return d[1]; }