diff options
| author | Alexis Jacomy <alexis.jacomy@gmail.com> | 2011-06-17 14:00:35 +0200 |
|---|---|---|
| committer | Alexis Jacomy <alexis.jacomy@gmail.com> | 2011-06-17 14:00:35 +0200 |
| commit | d256bc384aee2820df5a0172178219a9e754329c (patch) | |
| tree | f9b5088ece1a2d1a95e679d25ae823fdf0e2833b /public | |
| parent | Flash fixed on Chrome and Firefox, nodes colors legend first working draft av... (diff) | |
| download | stargit-d256bc384aee2820df5a0172178219a9e754329c.tar.gz | |
Edges displayed by default, text threshold dicreased
Diffstat (limited to 'public')
| -rw-r--r-- | public/flash/SiGMa_API.swf | bin | 231505 -> 231510 bytes | |||
| -rw-r--r-- | public/javascripts/stargit.js | 18 |
2 files changed, 11 insertions, 7 deletions
diff --git a/public/flash/SiGMa_API.swf b/public/flash/SiGMa_API.swf Binary files differindex 27720aa..bf30227 100644 --- a/public/flash/SiGMa_API.swf +++ b/public/flash/SiGMa_API.swf diff --git a/public/javascripts/stargit.js b/public/javascripts/stargit.js index e31a98d..9ed7a2f 100644 --- a/public/javascripts/stargit.js +++ b/public/javascripts/stargit.js @@ -192,8 +192,6 @@ var stargit=(function(){ } if(graphAttributes){ - console.debug(colorAtts[0]); - console.debug(graphAttributes[colorAtts[0]]); setLegend(colorAtts[0]["label"],colorAtts[0]); } } @@ -206,13 +204,11 @@ var stargit=(function(){ setSize: function(e){ if(!setFlash()) return; - console.debug(e.target.value); flash.setSize(e.target.value); }, setColor: function(e){ if(!setFlash()) return; - console.debug(e.target.value); setLegend(e.target.value,graphAttributes[e.target.value]); @@ -268,9 +264,17 @@ var stargit=(function(){ }, onOverNodes: function(nodesArray){ - for(var i=0;i<nodesArray.length;i++){ - console.debug("node: "+nodesArray[i]); - } +// var url = "/"; +// +// $.ajax({ +// url: url, +// dataType: 'json', +// success: +// function(json){ +// graphAttributes = (json && json["attributes"]) ? json["attributes"] : {}; +// setComboBoxes(); +// } +// }); } }; })();
\ No newline at end of file |
