Skip to content

Instantly share code, notes, and snippets.

@Fil
Fil / fullscreen.js
Created July 30, 2018 14:28
fullscreen.js, no dependency
var fullscreenEnabled = !document.location.hash.match(/^#nofullscreen/);
if (fullscreenEnabled) {
setTimeout(function() {
const button = document.createElement("button");
document.body.appendChild(button);
button.setAttribute("id", "fullscreen");
button.setAttribute("style", "cursor:pointer;");
button.innerHTML = "Fullscreen";
button.addEventListener("click", goFullscreen);
@Fil
Fil / .block
Last active July 18, 2018 19:11
Hierarchical Edge Bundling [UNLISTED]
license: gpl-3.0
height: 960
border: no
@Fil
Fil / .block
Last active July 15, 2018 08:57
ESRI:102004 [UNLISTED]
license: gpl-3.0
height: 720
border: no
@Fil
Fil / .block
Created July 3, 2018 10:16
A Less-Angry Rainbow d3v5 [UNLISTED]
license: gpl-3.0
@Fil
Fil / .block
Last active February 2, 2025 02:38
Fabio Crameri’s Colormaps
license: mit
@Fil
Fil / .block
Last active April 26, 2018 12:34
world map 04 manual breaks + threshold scale d3v5 [UNLISTED]
height: 510
border: no
license CC0-1.0
@Fil
Fil / .block
Last active April 20, 2020 15:35
Tile by Bounding Box [UNLISTED]
license: gpl-3.0
height: 600
@Fil
Fil / .block
Last active March 5, 2018 10:14
Voronoi projection with d3-geo-polygon [UNLISTED]
license: mit
@Fil
Fil / .block
Last active March 4, 2018 20:44
Dodecahedral projection with d3-geo-polygon [UNLISTED]
license: mit
@Fil
Fil / .block
Last active March 3, 2018 20:39
Projection Paint [UNLISTED]
license: gpl-3.0