Skip to content

Commit

Permalink
Resize chord example.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Feb 27, 2011
1 parent 127ecde commit 8a00d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chord/chord.js
Expand Up @@ -9,7 +9,7 @@ var chord = d3.layout.chord()
[ 1013, 990, 940, 6907]
]);

var w = 960,
var w = 600,
h = 600,
r0 = Math.min(w, h) * .41,
r1 = r0 * 1.1;
Expand Down

0 comments on commit 8a00d72

Please sign in to comment.