Skip to content

Show relation

Zack edited this page May 1, 2018 · 15 revisions

Show relation is an option to show or hide relation from the node.

The option is available in the toolbar by default

To remove the option of the toolbar add :

 popoto.tools.TOGGLE_VIEW_RELATION = false;

To hide the relation by default add :

 popoto.graph.DISABLE_RELATION = false;