Skip to content

Commit

Permalink
Checkpoint1
Browse files Browse the repository at this point in the history
  • Loading branch information
caev03 committed May 15, 2018
1 parent a16aea0 commit e81534c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var width = Math.max(document.documentElement.clientWidth, window.innerWidth || 0)-125,
height = Math.max(document.documentElement.clientHeight, window.innerHeight || 0)-250,
radius = (Math.min(width, height) / 9)*5;
radius = (Math.min(width, height) / 2);

var x = d3.scale.linear()
.range([0, 2 * Math.PI]);
Expand Down

0 comments on commit e81534c

Please sign in to comment.