All examples By author By category About

mcgovemc

Bubbles and penguins

This Gist is the result of the exercise of Module 2 from the online course Data Visualization and Infographics with D3.

The html includes an svg element with simple geometric shapes drawing the image of a penguin and some bubbles. The script tag within the body consists of code to load in data using D3's csv() function. To verify that everything worked as expected, the parsed data will be logged to the console.

The image of the penguin is based on a graphic by mibo.

forked from nadeschda's block: Bubbles and penguins