Author: clopes
Date: 2012-07-26 11:02:24 -0700 (Thu, 26 Jul 2012)
New Revision: 29999
Modified:
cytoscapeweb/trunk/website/src/js/content/demo.js
Log:
CytoWeb Feature Showcase Demo: Fixed wrong layout option label.
Modified: cytoscapeweb/trunk/website/src/js/content/demo.js
===================================================================
--- cytoscapeweb/trunk/website/src/js/content/demo.js 2012-07-26 10:07:26 UTC
(rev 29998)
+++ cytoscapeweb/trunk/website/src/js/content/demo.js 2012-07-26 18:02:24 UTC
(rev 29999)
@@ -321,7 +321,7 @@
{ id: "orientation", label: "Orientation", value:
["topToBottom","bottomToTop","leftToRight","rightToLeft"], tip: "The
orientation of the layout." },
{ id: "depthSpace", label: "Depth space", value: 50, tip: "The
space between depth levels in the tree." },
{ id: "breadthSpace", label: "Breadth space", value: 30, tip: "The
space between siblings in the tree." },
- { id: "subtreeSpace", label: "Angle width", value: 5, tip: "The
space between different sub-trees." }
+ { id: "subtreeSpace", label: "Subtree space", value: 5, tip: "The
space between different sub-trees." }
];
layout_options["CompoundSpringEmbedder"] = [
{ id: "gravitation", label: "Gravitation",
value: -50, tip: "The gravitational constant. Negative
values produce a repulsive force." },
--
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.