skd3
skd3 copied to clipboard
Sankey Diagram made easy. A javascript library that extends the popular D3.js/d3-sankey to enable fast and beautiful.
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...
I tried to use your library, and created this file: ``` #chart { height: 500px; width: 960px; } var configSankey = { margin: { top: 10, left: 10, right: 10,...
Sample JSON: { "nodes": [ { "name": "AMP FINANCIAL PLANNING PTY LIMITED", "color": "#e65472", "fill": "main_node" }, { "name": "to Other", "color": "#e65472", "fill": "linearGradientRed" }, { "name": "from Other",...
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...
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...