Skip to content

Instantly share code, notes, and snippets.

View misanuk's full-sized avatar

Matthew Isanuk misanuk

View GitHub Profile
@misanuk
misanuk / index.html
Last active December 26, 2022 13:27
D3: Unit Bar Chart with Brush and Zoom
<!DOCTYPE html>
<meta charset="utf-8">
<style type="text/css">
body {
font-family: avenir next, sans-serif;
font-size: 12px;
}
@misanuk
misanuk / category_monthly.csv
Last active October 23, 2016 22:20
Example of Small Multiples with Mouseover Tooltip
category month requests
Category A 2014-07-01 2262
Category A 2014-08-01 3573
Category A 2014-09-01 6426
Category A 2014-10-01 6555
Category A 2014-11-01 2884
Category A 2014-12-01 2440
Category A 2015-01-01 6755
Category A 2015-02-01 6362
Category A 2015-03-01 4020