Skip to content

Instantly share code, notes, and snippets.

@arkut
arkut / index.html
Last active March 4, 2019 23:21
Mapping Nebraska school districts with D3 v4
<!DOCTYPE html>
<style>
.districts {
fill: steelblue;
}
.districts :hover {
fill: red;
}
.district-borders {
fill: none;