Commit b339257a authored by PkSM3's avatar PkSM3

log(node.size)

parent 9a860bd5
...@@ -200,6 +200,8 @@ function genericGetTopPapers(theids , corpus_id , thediv) { ...@@ -200,6 +200,8 @@ function genericGetTopPapers(theids , corpus_id , thediv) {
output += "</ul>" output += "</ul>"
$("#"+thediv).html(output); $("#"+thediv).html(output);
$("#"+thediv).show(); $("#"+thediv).show();
$('#tab-container-top').easytabs({updateHash:false});
}, },
error: function(){ error: function(){
......
File mode changed from 100644 to 100755
...@@ -680,7 +680,7 @@ function parseSimpleJSON( data , seed ) { ...@@ -680,7 +680,7 @@ function parseSimpleJSON( data , seed ) {
var node = ({ var node = ({
id: pk , id: pk ,
label:label, label:label,
size:size, size:Math.log(size),
x:rand.getRandom(), x:rand.getRandom(),
y:rand.getRandom(), y:rand.getRandom(),
type:catSoc, type:catSoc,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment