point.js 81 B

1234567
  1. export function x(d) {
  2. return d[0];
  3. }
  4. export function y(d) {
  5. return d[1];
  6. }