1. Changed wordings for CSV file downloads & Network Image files for co-author & co-investigator networks.
2. Changed Temporal Graph legend links to be save as other clickable links (blue-ish) 3. Changed wordings on temporal graph vis. 4. Changed default sorting to be first on counts (desc) & then entity names (asc) 5. Changed how the constants were intiated for temporal vis, this is preparation for other tasks. 6. Since now if no URI is provided to the tmeporal graph vis it defaults to the highest levbel org. Removed the AJAX call to a utilites servlet that calculated this beforehand.
This commit is contained in:
parent
415c1b73f4
commit
49116a20b2
9 changed files with 88 additions and 64 deletions
|
@ -965,7 +965,7 @@ function prepareTableForDataTablePagination(jsonData){
|
|||
checkboxTH.html(' ');
|
||||
|
||||
var entityLabelTH = $('<th>');
|
||||
entityLabelTH.html('Entity Label');
|
||||
entityLabelTH.html('Entity Name');
|
||||
|
||||
var publicationCountTH = $('<th>');
|
||||
if($("select.comparisonValues option:selected").text() === "by Publications"){
|
||||
|
@ -1022,7 +1022,7 @@ function prepareTableForDataTablePagination(jsonData){
|
|||
var entityListTable = $('#datatable').dataTable({
|
||||
"sDom": '<"' + searchBarParentContainerDIVClass + '"f><"filterInfo"i><"paginatedtabs"p><"table-separator"><"datatablewrapper"t>',
|
||||
"aaSorting": [
|
||||
[2, "desc"]
|
||||
[2, "desc"], [1,'asc']
|
||||
],
|
||||
"asStripClasses": [],
|
||||
"iDisplayLength": 10,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue