Skip to content

Instantly share code, notes, and snippets.

View Sigfried's full-sized avatar

Sigfried Gold Sigfried

View GitHub Profile
@Sigfried
Sigfried / .block
Created June 1, 2018 15:28
d3.js - A zoomable treemap, dynamic width, with colors and wrap text
license: mit
@Sigfried
Sigfried / .block
Created June 1, 2018 11:28
d3.js v4 - Zoomable treemap
license: gpl-3.0
height: 600
@Sigfried
Sigfried / .gitignore
Last active February 1, 2016 19:05
problem with webpack handling array extensions
/node_modules/
bundle.js
@Sigfried
Sigfried / .gistup
Last active August 29, 2015 14:22
Mr. Super Nester
gistup
@Sigfried
Sigfried / README.md
Last active August 29, 2015 14:22 — forked from shancarter/.block

DESCRIPTION

@Sigfried
Sigfried / examples.html
Last active August 29, 2015 14:17
Supergroup examples
<!DOCTYPE html><html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Supergroup Examples</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.2/underscore.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.5/d3.js"></script>
<script src="../supergroup.js"></script>
<script src="examples.js"></script>
<script src="prism.js"></script>
<link rel="stylesheet" href="prism.css">