[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2013-04-28T17:49:23+01:00 https://forum-gephi.org/app.php/feed/topic/2566 2013-04-28T17:49:23+01:002013-04-28T17:49:23+01:00 https://forum-gephi.org/viewtopic.php?t=2566&p=8466#p8466 <![CDATA[Re: Sigma js change label color]]>
As you can see here https://github.com/jacomyal/sigma.js/bl ... er.js#L361 the color node property is the only way to modify the filling via node property (if the drawingProperties are set accordingly).

If you need more you I fear you will have to change the implementation of

CODE:

drawLabel(node)

Statistics:Posted by evilefi — 28 Apr 2013 17:49


]]>
2013-04-27T01:35:30+01:002013-04-27T01:35:30+01:00 https://forum-gephi.org/viewtopic.php?t=2566&p=8454#p8454 <![CDATA[Re: Sigma js change label color]]> Statistics:Posted by louiejre — 27 Apr 2013 01:35


]]>
2013-04-26T09:59:33+01:002013-04-26T09:59:33+01:00 https://forum-gephi.org/viewtopic.php?t=2566&p=8451#p8451 <![CDATA[Re: Sigma js change label color]]>

CODE:

sigma.instances[1].bind('overnodes', function(event){ sigma.instances[1].iterNodes(function(node){if(node.id==event.content){node.color="red";}}); });sigma.instances[1].bind('outnodes', function(event){ sigma.instances[1].iterNodes(function(node){if(node.id==event.content){node.color="";}}); });
Get inspired here: http://sigmajs.org/examples.html

Statistics:Posted by evilefi — 26 Apr 2013 09:59


]]>
2013-04-26T02:00:54+01:002013-04-26T02:00:54+01:00 https://forum-gephi.org/viewtopic.php?t=2566&p=8448#p8448 <![CDATA[Sigma js change label color]]> Statistics:Posted by louiejre — 26 Apr 2013 02:00


]]>