Skip to content

Instantly share code, notes, and snippets.

View romsson's full-sized avatar

Romain Vuillemot romsson

View GitHub Profile
@romsson
romsson / .block
Last active May 3, 2017 12:41
d3-gridding.js - see all layout modes
license: mit
@romsson
romsson / index.html
Created August 8, 2016 15:24
grid > horizontal // vertical
<!DOCTYPE html>
<meta charset="utf-8">
<style>
rect {
stroke: black;
stroke-width: 1;
fill: none;
fill-opacity: .8;
}
</style>
@romsson
romsson / .block
Created November 3, 2016 13:41
Scatterplot
license: mit
@romsson
romsson / .block
Last active November 22, 2018 10:09
simple bar chart with interaction
license: mit
@romsson
romsson / .block
Last active November 28, 2018 19:40
simple line chart from dataset
license: mit
@romsson
romsson / .block
Created November 10, 2016 09:29
fresh block
license: mit
@romsson
romsson / .block
Last active November 15, 2016 12:42
Rectangles design space
license: mit
@romsson
romsson / .block
Last active November 16, 2016 12:04
simple bar chat from dataset
license: mit
@romsson
romsson / .block
Last active November 8, 2017 14:22
simple bar chat updates
license: mit
@romsson
romsson / .block
Created November 17, 2016 09:05
simple line chart from dataset
license: mit