Graph
Categories
Component ID
286947
Component name
Graph
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
According with Wikipedia, a graph is a set of objects called points, nodes, or vertices connected by links called lines or edges. In a proper graph, which is by default undirected, a line from point A to point B is considered to be the same thing as a line from point B to point A.
Graph Module creates an node type called "Graph" and provides a fashion way to visualize it. Modules can also implements Graph API to autogenerate graphs.
