Giter Site home page Giter Site logo

Comments (2)

 avatar commented on August 18, 2024

Yes, I believe I've found the problem, there's a circular reference on the links, going from 0 to 3 and 3 to 0.

{ "source": 0, "target": 3, "value": 63.16 },
{ "source": 3, "target": 0, "value": 14.099 }

So, the mistake it's on this side (now I have to think how to resolve it).
Everything should be fine with d3-sankey.

{
			"nodes": [
				{ "name": "Portugal" },
				{ "name": "Switzerland" },
				{ "name": "Germany" },
				{
					"name":
						"United Kingdom of Great Britain and Northern Ireland"
				},
				{ "name": "Luxembourg" },
				{ "name": "Belgium" },
				{ "name": "Cabo Verde" },
				{ "name": "Brazil" },
				{ "name": "Angola" },
				{ "name": "Guinea Bissau" }
			],
			"links": [
				{ "source": 0, "target": 1, "value": 135.449 },
				{ "source": 0, "target": 2, "value": 133.726 },
				{ "source": 0, "target": 3, "value": 63.16 },
				{ "source": 0, "target": 4, "value": 58.657 },
				{ "source": 0, "target": 5, "value": 25.636 },
				{ "source": 6, "target": 0, "value": 48.984 },
				{ "source": 7, "target": 0, "value": 23.921 },
				{ "source": 8, "target": 0, "value": 21.231 },
				{ "source": 9, "target": 0, "value": 16.375 },
				{ "source": 3, "target": 0, "value": 14.099 }
			]
		}

Best regards,

from d3-sankey.

mbostock avatar mbostock commented on August 18, 2024

Duplicate of #1.

from d3-sankey.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.