json - visualizing a mapping in d3js- model to be used -


i trying visualize m:n mapping between 2 entities in d3js. want achieve attachedm:n mapping

i familiar d3 force layout relationships central node , tree diagram , checked out examples couldn't find relevant base models. http://techslides.com/over-1000-d3-js-examples-and-demos

what base model should use represent m:n relationship?

thanks pointers

you need network diagram. check this

sankey diagrams nice show networks:

sankey diagrams - editable sankey play

some samples data:


Comments

Popular posts from this blog

java - Static nested class instance -

c# - Bluetooth LE CanUpdate Characteristic property -

JavaScript - Replace variable from string in all occurrences -