Skip to content

Instantly share code, notes, and snippets.

@emilyinamillion
emilyinamillion / .block
Last active October 25, 2019 09:10
Justice-Packing
license: gpl-3.0
height: 960
border: no
@emilyinamillion
emilyinamillion / .block
Last active October 25, 2019 09:09
Justice-Packing
license: gpl-3.0
height: 960
border: no
@emilyinamillion
emilyinamillion / .block
Last active October 25, 2019 09:07
Justice-Packing
license: gpl-3.0
height: 960
border: no
@emilyinamillion
emilyinamillion / .block
Last active October 25, 2019 09:07
fresh block
license: gpl-3.0
<!DOCTYPE html>
<meta charset="utf-8">
<link href='style.css' rel='stylesheet' type='text/css'>
<body>
<!-- load the d3.js library -->
<script src="http://d3js.org/d3.v4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3-legend/2.24.0/d3-legend.js"></script>
<!-- visualization source -->
<script src="index_works_adding_color.js"></script>
@emilyinamillion
emilyinamillion / .block
Last active June 25, 2016 00:20
Focus+Context via Brushing
license: gpl-3.0
license: gpl-3.0
@emilyinamillion
emilyinamillion / README.md
Created June 24, 2016 21:18
Day / Hour Heatmap

Inspired by Trulia Trends - but with code and using SVG.

Example data shows concurrent user sessions over time, taken from a development environment.

forked from tjdecke's block: Day / Hour Heatmap

@emilyinamillion
emilyinamillion / README.md
Last active June 22, 2016 21:37
Multi-line graph 4: Toggle

This is a derivative of the simple d3.js graph used as an example in the book D3 Tips and Tricks. The stock data was sourced from Mike Bostock's small multiples example.

It is the fourth graph in a series that is building a multi-line graph that incorperates an automatically developed legend and a system that can toggle the lines off and on as desired.

This version is demonstrating the ability to toggle the lines off and on by clicking on the appropriate legend text.

The graph should be taken in context with the text of the book which can be downloaded for free from Leanpub.

forked from d3noob's block: Multi-line graph 4: Toggle

@emilyinamillion
emilyinamillion / .block
Created June 22, 2016 20:28
D3 Show Reel
license: gpl-3.0
@emilyinamillion
emilyinamillion / .block
Last active June 22, 2016 19:53
Area Chart
license: gpl-3.0