Relations with GraphAPI
Relation Display field settings
Enable, Disabled and Missing modules.

This project is not covered by Drupal’s security advisory policy.

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 its 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:

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.

Project sponsoring

Please sponsor this by using

Project information

Releases