| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- rename, return value
- add notify param
- set id via create_node__set_random_id()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tried using it, fixed spelling and added node creator that
doesn't override id.
Failed to use it - d3 doesn't like objects. Need to figure that out.
|
|
So now you can change for instance:
$('.perm').each(function(i,x) { x.style.opacity=0.1; })
|
|
|
|
|
|
This allows us to send small graphs (up to maximal length of query
string - what is that anyway?). Just press the copy button, ctrl-c, and
paste to irc, and other side should click it.
The real deal, issue #65, needs to actually go to the server and load
the graph, which means the server needs to have a document concept.
|
|
|