@@ -1,13 +1,13 @@
/**
* @return x value of a node
*/
export function x(d) {
export function x (d) {
return d.x;
}
* @return y value of a node
export function y(d) {
export function y (d) {
return d.y;
The note is not visible to the blocked user.