Skip to content

Instantly share code, notes, and snippets.

@phoebebright
phoebebright / index.html
Created July 12, 2012 14:33
d3 rescale axis example
<html>
<head>
<title>D3 Axis Example</title>
<script src="http://d3js.org/d3.v2.js"></script>
</head>
<body>
<button id="rescale" onclick="rescale();">Rescale</button>
<script>
var width = 700,