summaryrefslogtreecommitdiff
path: root/gstudio/templates/gstudio/skeleton.html
diff options
context:
space:
mode:
authorDhiru <dhiru@labadmin-P5E-Deluxe.(none)>2012-07-03 13:51:26 +0530
committerDhiru <dhiru@labadmin-P5E-Deluxe.(none)>2012-07-03 13:51:26 +0530
commitf6bae8b7593822199933f29379b05ae53aac1cab (patch)
tree3a89fb486169e15de265196d1211396390af6cc4 /gstudio/templates/gstudio/skeleton.html
parent471a772b4d2e1430a3a119593e8694c4af2c951a (diff)
downloadgnowsys-f6bae8b7593822199933f29379b05ae53aac1cab.tar.gz
increasing the area of graph and added new file label_list.html for list of prior nodes
Diffstat (limited to 'gstudio/templates/gstudio/skeleton.html')
-rw-r--r--gstudio/templates/gstudio/skeleton.html20
1 files changed, 6 insertions, 14 deletions
diff --git a/gstudio/templates/gstudio/skeleton.html b/gstudio/templates/gstudio/skeleton.html
index c99bab9..a5c6f99 100644
--- a/gstudio/templates/gstudio/skeleton.html
+++ b/gstudio/templates/gstudio/skeleton.html
@@ -193,14 +193,6 @@
-->
<script type="text/javascript" >
- //alert(s)
- //if ( parseInt(s) > 0 ){
-
- // }
-// else{
- // var w = 700,
- // h = 300,
- // }
function init(a,b)
{
@@ -246,14 +238,14 @@ function load(key)
if (s > 0 ){
var a = 50 * s;
- var w = 700;
- var p = 100 + "%";
- var h = 620;
+ var w = 1000;
+ var p = 140 + "%";
+ var h = 650;
var q = 3 * s + 75 + "%";
}else{
- var w = 700;
- var p = 100 + "%";
- var h = 620;
+ var w = 1000;
+ var p = 140 + "%";
+ var h = 650;
var q = 110 + "%";
}
fill = d3.scale.category20();