UNPKG
d3-jsnext
Version:
latest (3.5.5)
3.5.5
d3, but futuristic
github.com/rollup/d3-jsnext
rollup/d3-jsnext
d3-jsnext
/
src
/
geom
/
point.js
9 lines
(7 loc)
•
136 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
function
d3_geom_pointX
(
d
) {
return
d[
0
]; }
function
d3_geom_pointY
(
d
) {
return
d[
1
]; }
export
{ d3_geom_pointY, d3_geom_pointX };