Skip to content

Instantly share code, notes, and snippets.

View sidetrackedmind's full-sized avatar

sidetrackedmind

  • PNW
View GitHub Profile
@sidetrackedmind
sidetrackedmind / data4.csv
Last active December 17, 2016 21:35 — forked from d3noob/data4.csv
Toggling element visibility in v4
mile t5 t10
1 24 1452
2 1 19
3 0 0
4 0 0
5 0 0
6 0 0
7 0 0
8 0 0
9 0 0
@sidetrackedmind
sidetrackedmind / index.html
Created December 10, 2016 17:29 — forked from d3noob/index.html
Range input with v4
<!DOCTYPE html>
<meta charset="utf-8">
<title>Input test (circle)</title>
<p>
<label for="nRadius"
style="display: inline-block; width: 240px; text-align: right">
radius = <span id="nRadius-value">…</span>
</label>
<input type="range" min="1" max="150" id="nRadius">