Skip to content

Commit

Permalink
Port <ListResources> dodge.js file to App Router [#1066]
Browse files Browse the repository at this point in the history
* adjust leading/trailing whitespace
  • Loading branch information
genehack committed Mar 6, 2025
1 parent ee705d7 commit 020ea7a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions static-site/components/list-resources/dodge.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*
This function is copied without modification from
https://observablehq.com/@d3/beeswarm/2
Expand Down Expand Up @@ -60,4 +59,4 @@ export function dodge(data, {radius = 1, x = d => d} = {}) {
}

return circles;
}
}

0 comments on commit 020ea7a

Please sign in to comment.