| Age | Commit message (Collapse) | Author |
|
plus make hover orange, and override opacity so nonselected hovered
links are visible.
|
|
|
|
|
|
means that the text moves with the node now, plus allows for setting the
node position asynchronously with setting the typeselection.
|
|
|
|
|
|
|
|
|
|
layout
|
|
|
|
for temporary)
|
|
radius (so no ring transform)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cur_rzdoc_name
|
|
|
|
- init()
- export via published_var_dict var
|
|
|
|
force__load_graph"
Dor: I have to say it's less usable now with the nodes moving after
every click... I suggest to quickly fix it or revert.
This reverts commit 4218f8fdf7c47ce8b8baa8f6fd2b95f1d93f358a.
|
|
|
|
|
|
force__load_graph
|
|
|
|
|
|
add shim requirement for Bacon to have jquery loaded first, since Bacon
patches in asEventStream (and other APIs).
Undo the Bacon_wrapper non fix:
git grep -l Bacon_wrapper | while read f; do sed -i -e s/Bacon_wrapper/Bacon/g $f; done
|
|
d3.behavior.zoom
|
|
|
|
|
|
|
|
|
|
Sanitizes any link attribute change. Topo diff in next patch since I
might want to reverse it - current interface doesn't allow introducing
null link names on creation.
|
|
clone (per node id)
(copied inline comment):
HACK to load positions stored locally: on the first diff, which is the
result of the initial clone, load positions from stored last settled
position (see record_position_to_local_storage and
restore_position_from_local_storage) this is before we have proper
layout recording in the database, loaded together with the nodes and
links.
|