-
-
Notifications
You must be signed in to change notification settings - Fork 72
Graph configuration
Popoto.js edited this page May 9, 2018
·
5 revisions
The graph component can be customized with properties:
Define the relations donuts margin and width.
popoto.graph.node.DONUTS_MARGIN = 0;
popoto.graph.node.DONUT_WIDTH = 20;
Number of nodes displayed per page during value selection.
popoto.graph.node.PAGE_SIZE = 10;
Define if the count should be displayed on nodes.
popoto.graph.DISABLE_COUNT = false;
Define whether or not to display markers arrow on links.
popoto.graph.link.SHOW_MARKER = false;
Set to false
to disable zoom on mouse wheel.
popoto.graph.WHEEL_ZOOM_ENABLED = true;