Brainhack Cartography

Brainhack Cartography#

Evolution of Brainhack through space and time.#

Click on the fields to zoom in, and in the center of the circle to zoom out.

%%html
<script>$('div.cell_input').hide();</script>
<div id="observablehq-chart-99cde20f"></div>
<p><br /><a href="https://observablehq.com/@katjaq/zoomable-sunburst">You can play with the full code for the Zoomable Sunburst by katja & anibal</a></p>

<script type="module">
import {Runtime, Inspector} from "https://cdn.jsdelivr.net/npm/@observablehq/runtime@4/dist/runtime.js";
import define from "https://api.observablehq.com/@katjaq/zoomable-sunburst.js?v=3";
new Runtime().module(define, name => {
  if (name === "chart") return new Inspector(document.querySelector("#observablehq-chart-99cde20f"));
});
</script>


You can play with the full code for the Zoomable Sunburst by katja & anibal