แก้ coding style
This commit is contained in:
26
src/xy.js
26
src/xy.js
@@ -1,13 +1,13 @@
|
||||
/**
|
||||
* @return x value of a node
|
||||
*/
|
||||
export function x(d) {
|
||||
return d.x;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return y value of a node
|
||||
*/
|
||||
export function y(d) {
|
||||
return d.y;
|
||||
}
|
||||
/**
|
||||
* @return x value of a node
|
||||
*/
|
||||
export function x(d) {
|
||||
return d.x;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return y value of a node
|
||||
*/
|
||||
export function y(d) {
|
||||
return d.y;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user