Artiga
Artiga

Reputation: 796

Creating a network map using D3

Does anyone know how to create a map as shown below using D3?

https://www.khanacademy.org/exercisedashboard

enter image description here

I am wondering how one able to zoom in/ zoom out, then give nodes some symbol plus name and clicking on the nodes leads to some URL. Is it possible this kinda map with D3?

Thank you very much.

Upvotes: 1

Views: 2744

Answers (1)

hasanaydogar
hasanaydogar

Reputation: 905

Hi you can find more information on this page;

Examples

And it is possible.

Some useful links

http://matthiasnehlsen.com/blog/2013/05/18/using-d3js-with-play/

https://vida.io/documents/N4jSip7n68yQ48DXp

Upvotes: 2

Related Questions