Skip to content

Instantly share code, notes, and snippets.

View bantayan's full-sized avatar

cebu bantayan bantayan

View GitHub Profile
@bantayan
bantayan / d3map.css
Last active August 29, 2015 14:09 — forked from emeeks/d3map.css
3d globe in canvas d3 with data from csv file - coral reefs
path,circle,rect,polygon,ellipse,line {
vector-effect: non-scaling-stroke;
}
svg, canvas {
top: 0;
}
#d3MapZoomBox {
position: absolute;
z-index: 10;
height: 100px;