Skip to content

Instantly share code, notes, and snippets.

@danharr
danharr / index.html
Created August 13, 2018 08:40 — forked from emeeks/index.html
Brush Snapping
<!DOCTYPE html>
<meta charset="utf-8">
<style>
body {
font-family: sans-serif;
color: #000;
text-rendering: optimizeLegibility;
}
@danharr
danharr / index.html
Created August 6, 2018 12:48 — forked from IPWright83/index.html
D3 Stacked Area Chart with Increasing Uncertainty Over Time
<!DOCTYPE html>
<meta charset="utf-8">
<head>
<link type="text/css" rel="stylesheet" href="style.css"/>
<script src="http://d3js.org/d3.v3.js"></script>
</head>
<body>
<script>
// Dimensions of the visualization
var width = 960;