Skip to content

Instantly share code, notes, and snippets.

@milkbread
milkbread / index.html
Last active July 20, 2018 16:12
HTML: D3: TopoJSON: Sorted polygons of german states - dynamic visualisation I
<!DOCTYPE html>
<html>
<head>
<title>Testmap</title>
<meta charset="utf-8" />
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="http://d3js.org/topojson.v1.min.js"></script>
<style>
#states{
overflow-x: auto;