1. Made style changes to person level vis front end.

2. Updated co-author vis from Asik.
3. Made code changes so that graphml sent to the flash vis will always be ordered by node ids instead of letting flash vis handle it.
This commit is contained in:
cdtank 2010-07-23 21:13:13 +00:00
parent bfe2991398
commit 94b6c47294
5 changed files with 44 additions and 3 deletions

View file

@ -339,7 +339,7 @@ function renderCoAuthorshipVisualization() {
"src", swfLink,
"flashVars", "graphmlUrl=" + egoCoAuthorshipDataFeederURL,
"width", "600",
"height", "840",
"height", "850",
"align", "top",
"id", "CoAuthor",
"quality", "high",