skd3 icon indicating copy to clipboard operation
skd3 copied to clipboard

Sankey Diagram made easy. A javascript library that extends the popular D3.js/d3-sankey to enable fast and beautiful.

Results 7 skd3 issues
Sort by recently updated
recently updated
newest added

any idea how to use lib with Ionic ?

Hi, I decided to use your version of d2-sankey since it is very easy to configure. Now I got stuck when I am trying to group the nodes. It would...

Hi; I really loved your version of sankey graph. I really appreciated and am planning to use for one of my projects. What I want is to attach a double...

feature

I tried to use your library, and created this file: ``` #chart { height: 500px; width: 960px; } var configSankey = { margin: { top: 10, left: 10, right: 10,...

question

Sample JSON: { "nodes": [ { "name": "AMP FINANCIAL PLANNING PTY LIMITED", "color": "#e65472", "fill": "main_node" }, { "name": "to Other", "color": "#e65472", "fill": "linearGradientRed" }, { "name": "from Other",...

invalid

For more responsiveness it would be good if the generated SVG would automatically resize with the container. There is an option for this in D3 - It would be cool...

feature

If I update the chart with new data where there are less or more nodes, the resulting chart updates the wrong nodes with the new data. I guess this can...

feature