Graph API
Component ID
902868
Component name
Graph API
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
60884
Component created
Component changed
Component body
Graph API is a module to manage a data structures containing graph information.
With this module your can visualize relational data like module dependencies or relations through node or user references or even with a text field through input filter.
You need a graphing engine enabled to get some output.
Dependencies
As Graph API needs data for it's rendered graphs it needs
- http://drupal.org/project/views
Modules providing graph engines
Graph API requires a graphing engine for its output. The following modules provide these engines:
- https://www.drupal.org/project/d3
- https://www.drupal.org/project/graph_phyz
- https://www.drupal.org/project/thejit
- https://www.drupal.org/project/graphviz
- https://www.drupal.org/sandbox/joachim/2330333
Modules using Graph API
Integration
Getting started
Input filter
The input filter currently available uses Trivial Graph Format like
[tgf engine:graph_phyz
a Label of A
b
c
d Label of D
#
a b Label of Relation between A and B (if render engine understands or allows)
a c
c d
]Through views
Enable Views UI and visit the modules page.
See Graphing modules for more documentation.
Demo's
See http://skillcompass.org/ for a real life example.

