The graph data structure is rendered server side.
Why not let another module renders this server side into a image / IMAP ?
This relates to #1129758: Render with physics once
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | graphapi-graphviz_filter_integration-1209526-9.patch | 1020 bytes | s.daniel |
| #9 | bfa794ccadac416ec9012a67ddcd739d.out_.png | 250 KB | s.daniel |
Comments
Comment #1
clemens.tolboomDon't forget to check http://drupal.org/project/graphviz_styles too.
Comment #2
clemens.tolboomDarn .... it's not 7.x ready #762262: Plans for drupal 7 port?
Comment #3
clemens.tolboomThis relates to #1217610: Add drush support to generate a dot file
Comment #4
clemens.tolboomBy providing a views display mode to export only the dot file we can call the graphviz render function.
Comment #5
clemens.tolboom[ Powered by #1115636: Issue Macros and Templates - _default]
This relates to #1344242: Graphviz output from a view?
Comment #6
clemens.tolboomAs graphviz module has no D7 version we now just dump the dot formatted graphviz as a digraph.
The themer can override views-graphapi-style-graphviz-filter.tpl.php by calling the appropriate graphviz command.
I put this on fixed and hope graphviz_filter will #1389454: Integrate with graphapi module (D7)
Comment #7
clemens.tolboomComment #9
s.daniel commentedSince there is a D7 version of graphviz_filter out now I'm reopening this issue with a small patch that brings very basic integration of graphviz_filters to graphapi > graphviz.module. I'll dig further into this and maybe provide a better integration with more options later.
Comment #10
clemens.tolboom@s.Daniel: thanks for you effort :)
I wish it was that simple. What we need to have is more of
Next
must understand all those properties.
We want color right?
What do you think?
Comment #11
s.daniel commentedYou're right, while we get some output with just graphviz_filter_filterproc it's nowhere a convincing solution. I plan to dig further into graphviz and graphapi in the comming days. However I'm far from beeing an expert Drupal module coder so your feedback like the one above will be most welcome.
Comment #12
clemens.tolboomThis now belongs to Graphviz module