tomshanley / d3-sankey-circular

A fork of the d3-sankey library to allow circular links.
MIT License
89 stars 41 forks source link

Update Readme with tips on how to optimise the layout of the sankey #16

Open tomshanley opened 6 years ago

tomshanley commented 6 years ago

The sankey-circular layout can be optimised by changing the nodePadding and link order, which isn't immediately obvious from the API

Provide examples and tips to generate easier to read sankey charts