All examples By author By category About

FanYang715

Responding to Resize

Part of the video course: D3.js in Motion.

This example shows how to make a D3 visualization that fills up the size of the page at the time it is loaded AND whenever the page is resized by the user. To experience the resize behavior, run this example full-screen and resize the browser.

This data is from Pokemon, Pokemondb, and Bulbapedia. The dataset is about 1062 Pokemon, including their id, ndex, species, forme, first and second type, first ability and second ability, and etc.

forked from curran's block: Stylized Scatter Plot with Color Legend

forked from FanYang715's block: Stylized Scatter Plot with Color Legend of Pokemon