/top50

Primary LanguageCSSMIT LicenseMIT

Bogota Seasons

As a part of the Visual Analytics course at Universidad de los Andes, I have taken my top 50 artists from Spotify using its API endpoint and I made a graph out of it connecting artists that share at least one music genre. Later, I also took advantage of related artists endpoint to make further connections.

The visualization was made with d3 v4 using the force layout

You can see the demo running here.

Example

I took advantage of d3 forceX method to distribute the graph's nodes based on their genre.

The legend was made using the d3 legend library.