Skip to content

Instantly share code, notes, and snippets.

View Golodhros's full-sized avatar

Marcos Iglesias Golodhros

View GitHub Profile
@Golodhros
Golodhros / README.md
Last active November 29, 2015 19:37 — forked from mbostock/.block
TDD Bar Chart

This chart takes as a base the simple bar chart by Mike Bostock and refactors that example using the reusable API, making it responsive and configurable.

It also uses the Data Manager API from the Developing a D3.js Edge Book.

It includes tests and was conceived on a TDD basis for the talk Better D3 Charts with the Reusable API.

From the original Block:

This simple bar chart is constructed from a TSV file storing the frequency of letters in the English language. The chart employs conventional margins and a number of D3 features:

@Golodhros
Golodhros / README.md
Last active August 29, 2015 14:15 — forked from milroc/README.md
My First Block

Golodhros' first block!