Google Data Visualization
We have one view module named GVS module for Google Datavisualization, but there is some limitations for creating graphs as we disired. The implementation of Google Datavisualization is very simple and we can directly implement by using tpl or custum module .
The steps for creating Google Datavisualizations are follows .
Steps 1 :
Call the JSAPI.
<script type="text/javascript" src="https://www.google.com/jsapi"></script>We call this in page.tpl.php or in the custum module
Steps 2 :
Load the visualization .
Read moreGraphing modules
We do have modules generating graph data into a visual representation.
Static Graph Diagrams
The following projects are using http://www.graphviz.org/ to create static visual diagrams.
- http://drupal.org/project/graphviz_filter
- http://drupal.org/project/graphviz_styles
- http://drupal.org/project/graphviz_noderef
- http://drupal.org/project/views_graphviz
- http://drupal.org/sandbox/damz/1438582
- http://code.google.com/p/drupal-orgchart/
Dynamic Graph Diagrams
The following modules generate dynamic visual diagrams using javascript or jquery
Graph API has views integration and thejit supports its output.
Graph API also integrated with the Relation module.
Below are module dependencies visualized by The JIT through the views integration of Graph API
