Skip to content

Instantly share code, notes, and snippets.

@umcrcooke
umcrcooke / hrr.json
Last active December 18, 2015 01:19
Chloropleth, tooltip, and barchart
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@umcrcooke
umcrcooke / index.html
Last active December 18, 2015 01:19
Sortable Heatmap
<!DOCTYPE html>
<meta charset="utf-8">
<head>
</head>
<style>
.q0-11 {fill: rgba(215, 48, 39, 0.8);}
.q1-11 {fill: rgba(244, 109, 67, 0.8);}
.q2-11 {fill: rgba(253, 174, 97, 0.8);}
.q3-11 {fill: rgba(254, 224, 144, 0.8);}
@umcrcooke
umcrcooke / index.html
Last active July 12, 2016 06:05
Heatmap
<!DOCTYPE html>
<meta charset="utf-8">
<head>
</head>
<style>
.q0-11 {fill: rgb(215, 48, 39);}
.q1-11 {fill: rgb(244, 109, 67);}
.q2-11 {fill: rgb(253, 174, 97);}
.q3-11 {fill: rgb(254, 224, 144);}