Export Image
Export Code

D3 Scatter Plot: vgsales.csv

Daniel Ribaudo

Last edited Sep 28, 2021
Created on Sep 15, 2021
Forked from D3 Scatter Plot

A vanilla HTML implementation of a D3 scatter plot.

Forked and authored by Daniel Ribaudo.

I added comments to this file to demonstrate understanding of various pieces of code. I edited the required segments (import, circle radius, and circle opacity) as well as other segments (changing the map function whilst importing rows and changing the tickFormat on the x-axis to prevent years from having commas within them).

The data visualized comes from this gist: Video Game Sales

Within this dataset, there is a listing of video game sales per country. Each video game listed is labelled with a genre, year, publisher, and platform.

MIT Licensed