Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Williams <[email protected]>
  • Loading branch information
jacksonhardaker and williaster authored Nov 6, 2024
1 parent 71649a3 commit be8b3df
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/visx-sankey/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,8 @@ const data = { nodes, links };

return (
<svg>
<Sankey root={data}>
nodeAlign={sankeyCenter}
size={[100, 100]}>{({ graph, createPath }) => (
<Sankey root={data} nodeAlign={sankeyCenter} size={[100, 100]}>
{({ graph, createPath }) => (
<>
<Group>
{graph.links.map((link, i) => (
Expand Down

0 comments on commit be8b3df

Please sign in to comment.