1. Added updated flash vis from Asik.
2. Modified the front end for person level vis so that when the flash vis height decreases it does not leave a trail of whitepace below it. All the wrapping containers adjust properly now. 3. Made the person pub count use set instead of list. I had already made other viss do this.
This commit is contained in:
parent
0ba1e950aa
commit
8372464464
8 changed files with 40 additions and 77 deletions
|
@ -211,8 +211,13 @@ function visLoaded(nodes){
|
|||
|
||||
}
|
||||
|
||||
|
||||
function changeVisHeight(newHeight) {
|
||||
$("#CoAuthorVis").css("height", newHeight);
|
||||
$("#bodyPannel").css("height", newHeight);
|
||||
}
|
||||
|
||||
function createTable(tableID, tableContainer, tableData) {
|
||||
|
||||
var table = $('<table>');
|
||||
table.attr('id', tableID);
|
||||
|
||||
|
@ -324,7 +329,7 @@ function renderCoAuthorshipVisualization() {
|
|||
"width", "600",
|
||||
"height", "840",
|
||||
"align", "middle",
|
||||
"id", "CoAuthor",
|
||||
"id", "CoAuthorVis",
|
||||
"quality", "high",
|
||||
"bgcolor", "#ffffff",
|
||||
"name", "CoAuthor",
|
||||
|
@ -341,7 +346,7 @@ function renderCoAuthorshipVisualization() {
|
|||
"width", "600",
|
||||
"height", "850",
|
||||
"align", "top",
|
||||
"id", "CoAuthor",
|
||||
"id", "CoAuthorVis",
|
||||
"quality", "high",
|
||||
"bgcolor", "#ffffff",
|
||||
"name", "CoAuthor",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue