Skip to content

Instantly share code, notes, and snippets.

View sinsunsan's full-sized avatar

Sébastien LUCAS sinsunsan

View GitHub Profile
@sinsunsan
sinsunsan / .block
Created June 17, 2016 23:55 — forked from mbostock/.block
Zoomable Circle Packing
license: gpl-3.0
@sinsunsan
sinsunsan / README.md
Created June 17, 2016 23:46 — forked from ganeshv/.block
Zoomable Treemap Template

Zoomable Treemap

Treemaps for visualizing hierarchical data. Click to zoom to the next level. Click on the top orange band to zoom out. Based on Mike Bostock's Zoomable Treemaps

This template follows pigshell's convention for "gist templates":

  • It is supplied data using postMessage(), as a single object of the form
!!! 5
//if lt IE 7
<html class="no-js lt-ie9 lt-ie8 lt-ie7">
//if IE 7
<html class="no-js lt-ie9 lt-ie8">
//if IE 8
<html class="no-js lt-ie9">
//[if gt IE 8]><!
html(class='no-js')
//<![endif]
@media (max-width:767px) {
#site-description {
display: none;
}
#secondary {
float: none !important;
}
#content {