Skip to content

Instantly share code, notes, and snippets.

View karlbohlmark's full-sized avatar

Karl Böhlmark karlbohlmark

  • Radiant Bits AB
  • Stockholm, Sweden
View GitHub Profile
@karlbohlmark
karlbohlmark / index.html
Created May 25, 2012 15:25 — forked from stepheneb/index.html
D3 Example: zoom, pan, and axis rescale
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>One Graph</title>
<script type="text/javascript" src="http://localhost:8999/d3.v2.js"></script>
<script type="text/javascript" src="simple-graph.js"></script>
<style type="text/css">
body { font: 13px sans-serif; }
rect { fill: #fff; }