Integrating the latest swf file and added changes to person_level.js accordingly.
This commit is contained in:
parent
ecb93fe0f4
commit
22ae33bab6
7 changed files with 5 additions and 4 deletions
|
@ -257,8 +257,8 @@ function createTable(tableID, tableContainer, tableData) {
|
|||
}
|
||||
|
||||
//renderStatsOnNodeClicked, CoRelations, noOfCoRelations
|
||||
function nodeClickedJS(json){
|
||||
|
||||
//function nodeClickedJS(json){
|
||||
function renderStatsOnNodeClicked(json){
|
||||
var obj = jQuery.parseJSON(json);
|
||||
|
||||
$("#dataPanel").attr("style","visibility:visible");
|
||||
|
@ -370,7 +370,8 @@ function renderCoAuthorshipVisualization() {
|
|||
AC_FL_RunContent(
|
||||
"src", swfLink,
|
||||
// "flashVars", 'coAuthorUrl='+ encodeURL(egoCoAuthorshipDataFeederURL) + '&coPIUrl=' + encodeURL(egoCoPIDataFeederURL) ,
|
||||
"flashVars", 'coAuthorUrl='+ getEncodedCoAuthorURL() + '&coPIUrl=' + getEncodedCoPIURL() ,
|
||||
// "flashVars", 'coAuthorUrl='+ getEncodedCoAuthorURL() + '&coPIUrl=' + getEncodedCoPIURL() ,
|
||||
"flashVars", 'graphmlUrl=' + getEncodedCoAuthorURL() + '&labelField=label&visType=CoAuthor',
|
||||
"width", "800",
|
||||
"height", "850",
|
||||
"align", "top",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue