interactive scatterplot

This commit is contained in:
Colin Megill
2018-02-21 14:49:43 -08:00
parent 7fcd49951e
commit 921b2ad2af
5 changed files with 300 additions and 0 deletions
@@ -0,0 +1,15 @@
.scatterplot {
display: block;
}
.scatterplot svg,
.scatterplot canvas {
font: 10px sans-serif;
position: absolute;
}
.scatterplot canvas {
opacity: 0.9;
pointer-events: none;
}