client/annotviz/app/js/annotsvizview.js
changeset 104 685c5ebc59d0
parent 103 123a611c7903
child 105 25ac8802c189
--- a/client/annotviz/app/js/annotsvizview.js	Wed Jan 21 20:16:31 2015 +0100
+++ b/client/annotviz/app/js/annotsvizview.js	Wed Jan 21 20:43:05 2015 +0100
@@ -16,8 +16,8 @@
 var defaultOptions = {		
     xInit: 0,
     yInit: 0,
-    width: 1080,
-    height: 1920,
+    width: 1024,
+    height: 768,
 };
 
 function AnnotsVizView(options){
@@ -42,16 +42,16 @@
         ws: new annotviz.WsWrapper(wsUriAnnotation, logger),
         xInit: 0,
         yInit: 0,
-        width: 1920 - 435 - 300,
-        height: 1080,
+        width: 1024 - 200 - 200,
+        height: 768,
         timeBegin: Date.now(),
         timeEnd: Date.now() + 300000,
         intervalWidth: 6,
         intervalHeight: 10,
         maxCellHeight: 100,
-        radius: 400,
-        circleX:500,
-        circleY:500,
+        radius: 200,
+        circleX:300,
+        circleY:400,
         annotCategories: [{
        		ts: 0, 
        		colors: {		
@@ -78,10 +78,10 @@
     	logger: logger,
         ws: wsPianoroll,
         orientation: 'vertical',
-        sceneHeight: 1080,
+        sceneHeight: 768,
         pianorolls : [
             {
-                height: 300,
+                height: 200,
                 timeWidth: 60,
                 lineInterval: 5000,
                 noteHeight: undefined
@@ -94,11 +94,11 @@
         logger: logger,
         ws: wsAnnot,
         parentContainer: doubleRollV.stage,
-        xInit: 1920 - 300 - 300,
-        yInit: 1080,
-        width: 300 + 300,
-        height: 1080,
-        widthRoll: 300,
+        xInit: 1024 - 200 - 200,
+        yInit: 768,
+        width: 200 + 200,
+        height: 768,
+        widthRoll: 200,
         framerate: doubleRollV.framerate,
         pixelsPerSecond: Math.floor(1920 / 60),
         annotColors: [{