forked from nivas8292's block: Weather App - Line / Bar Graph with Custom Tooltip
A different take on the previous experiment, this time using a color encoding and without complex cursors (hopefully resulting in a more readable code).
forked from nitaku's block: Half matrix II
forked from micahstubbs's block: Threatened Species
forked from dougdowson's block: Map: Cell Towers
forked from NPashaP's block: US State Map
forked from andrewxhill's block: Clustering using snaptogrid
| GENERATED_FILES = \ | |
| unemployment.tsv | |
| .PHONY: all clean | |
| all: $(GENERATED_FILES) | |
| clean: | |
| rm -rf -- $(GENERATED_FILES) | 
A recreation of a Protovis example in D3 using the stack layout.
forked from mbostock's block: Stacked Bar Chart
An example of multiple pie (donut) charts created with D3. The data is represented as a tabular array of objects; each row in the table is mapped to an arc, and rows are grouped into pie charts using d3.nest.
forked from mbostock's block: Pie Multiples with Nesting
| GENERATED_FILES = \ | |
| unemployment.tsv | |
| .PHONY: all clean | |
| all: $(GENERATED_FILES) | |
| clean: | |
| rm -rf -- $(GENERATED_FILES) |