d3-sankey icon indicating copy to clipboard operation
d3-sankey copied to clipboard

Visualize flow between nodes in a directed acyclic network.

Results 35 d3-sankey issues
Sort by recently updated
recently updated
newest added

![Screenshot from 2024-02-18 20-29-55](https://github.com/d3/d3-sankey/assets/28421804/9cef7fef-1ebb-42fe-9f02-a0fa2b179088) For an input like this the x0,y0,x1,y1 returned are nan. I believe that node could just be displayed in the center with no links or other...

I am facing issue due to huge number of nodes in sanky chart. The node height is rendered very small and node text get's overlapped. Is there a way to...

This commit introduces two new configuration options, `minNodeHeight` and `maxNodeHeight`, allowing users to specify the minimum and maximum height for a node. The addition of these options enhances the flexibility...

I've got a scenario where some nodes or even entire columns will have zero values, and this appears to cause issues. Specifically, when calculating the **ky** factor in **initializeNodeBreadths**. If...

Bumps `d3-array` and `d3-shape` to their latest versions and exposes the unbundled `esm` version.

- allows to use different sorting order of links for target node than the one used for source node

I am trying to fix the nodes' position in my sankey diagram by using a field called **position**. Then I will call the nodeAlign with custom function where it return...

![image](https://user-images.githubusercontent.com/116228011/206156316-03cf7228-85f6-49ca-8a15-0f522a6eee22.png) getting this error when data is large in **computeNodeBreadths** function anyone can help?

If you have github's dark mode enabled the sankey screenshots at https://github.com/d3/d3-sankey don't look quite right. They need a background fill perhaps?