Skip to content

Instantly share code, notes, and snippets.

View davidgtonge's full-sized avatar

Dave Tonge davidgtonge

View GitHub Profile
input {
syslog {
add_field => {
"docker" => "true"
}
}
}
output {
@davidgtonge
davidgtonge / README.md
Last active December 12, 2015 00:08 — forked from mbostock/.block

This examples demonstrates how to use D3's brush component to implement focus + context zooming. Click and drag in the small chart below to pan or zoom.

@davidgtonge
davidgtonge / README.md
Last active December 10, 2015 12:29 — forked from mbostock/.block

This stacked bar chart is constructed from a CSV file storing the populations of different states by age group. The chart employs conventional margins and a number of D3 features: