add-node			        Dynamically add a node.
add-edge				      Dynamically add an edge.
add-node-edge			    Dynamically add an and a node.
drop-node             Delete a node from an existing graph.
drop-nodes            Dynamically Drop nodes.
drop-edges            Dynamically Drop edges.
drop-nodes-edges      Dynamically drop nodes and edges.
clear-graph				    Clear the graph.
add-nodes				      Add multiple nodes.
add-edges				      Add multiple edges.
add-nodes-delay		    Add nodes with a delay.
add-edges-delay		    Add edges with a delay.
add-delay				      Add nodes and edges with a delay.
custom-shapes			    Use custom shapes as nodes.
drag-nodes  			    Drag nodes.
custom-events   		  Capture events.
drop-nodes-delay            Dynamically drop multiple nodes with a delay.
drop-edges-delay            Dynamically drop multiple edges with a delay.
drop-edges-nodes-delay      Dynamically drop multiple nodes and edges with a delay.
export-graph          Export graph to SVG.
filter-nodes          Filter nodes.
