summaryrefslogtreecommitdiff
path: root/javascripts
diff options
context:
space:
mode:
Diffstat (limited to 'javascripts')
-rw-r--r--javascripts/graph.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascripts/graph.js b/javascripts/graph.js
index 32353e3..6b8fbf4 100644
--- a/javascripts/graph.js
+++ b/javascripts/graph.js
@@ -161,7 +161,7 @@ function graph() {
var strokeWidth = 3;
var strokeColor = '#ccc';
- r = Raphael("holder", 1024, 640);
+ r = Raphael("holder", 1000, 510);
// dragging, see: http://raphaeljs.com/touches.html
var start = function () {