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

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -