Skip to content

Commit

Permalink
pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Nov 25, 2024
1 parent 6cb6c68 commit b58ce2a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/transforms/centroid.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ export function centroid({geometry = identity, ...options} = {}) {
return {
data,
facets,
channels: {
x: {value: X, scale: null, source: null},
y: {value: Y, scale: null, source: null}
}
channels: {x: {value: X, scale: null, source: null}, y: {value: Y, scale: null, source: null}}
};
}
);
Expand Down

0 comments on commit b58ce2a

Please sign in to comment.