Author: Christian Lopes
Date: 2010-09-14 12:20:19 -0700 (Tue, 14 Sep 2010)
New Revision: 21844

Modified:
   cytoscapeweb/trunk/cytoscapeweb/default.properties
   cytoscapeweb/trunk/cytoscapeweb/html-template/sample.html
Log:
New version tag - 0.6.1

Modified: cytoscapeweb/trunk/cytoscapeweb/default.properties
===================================================================
--- cytoscapeweb/trunk/cytoscapeweb/default.properties  2010-09-14 19:19:42 UTC 
(rev 21843)
+++ cytoscapeweb/trunk/cytoscapeweb/default.properties  2010-09-14 19:20:19 UTC 
(rev 21844)
@@ -1,3 +1,3 @@
-build.version=0.6
+build.version=0.6.1
 
 FLEX_HOME=/Applications/Adobe Flex Builder 3 Plug-in/sdks/3.2.0/
\ No newline at end of file

Modified: cytoscapeweb/trunk/cytoscapeweb/html-template/sample.html
===================================================================
--- cytoscapeweb/trunk/cytoscapeweb/html-template/sample.html   2010-09-14 
19:19:42 UTC (rev 21843)
+++ cytoscapeweb/trunk/cytoscapeweb/html-template/sample.html   2010-09-14 
19:20:19 UTC (rev 21844)
@@ -41,7 +41,7 @@
                     },
                     edges: {
                        color: "#0b94b1",
-                        width: { defaultValue: 2, continuousMapper: { 
attrName: "weight",  minValue: 2, maxValue: 8, minAttrValue: 4000, 
maxAttrValue: 6000 } },
+                        width: { defaultValue: 2, continuousMapper: { 
attrName: "weight",  minValue: 2, maxValue: 8 } },
                         mergeWidth: { defaultValue: 2, continuousMapper: { 
attrName: "weight",  minValue: 2, maxValue: 8 } },
                         mergeColor: "#0b94b1",
                         opacity: 0.7,
@@ -70,7 +70,7 @@
                        layout = { name: "Preset", options: { fitToScreen: true 
} };
                     } else { // GraphML or SIF
                        if ($("#layouts").val() !== "Preset") {
-                            layout = { name: $("#layouts").val(), options: { 
weightAttr: "weight", weightNorm: "log", restLength: 50, autoStabilize: false } 
};
+                            layout = { name: $("#layouts").val(), options: { 
weightAttr: "weight", restLength: 50, autoStabilize: false } };
                         }
                                        }
 

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to