The output from dot, neato, etc can be multiple formats.
By adding a plain text format we are done too!
I added the output format 'png' and 'text'.
So we need to reduce the two hook_graphapi_formats back to one? Let's see what happens.
I think the theme function can nice decide what to output. But this depends on the needed theme functions.
Say one want to theme each node by adding an background image.
I've reverted the text_output.
We now have on engine with one format 'graphviz'.
graphviz config has it's own output settings and format.
Automatically closed -- issue fixed for 2 weeks with no activity.
Comments
Comment #1
clemens.tolboomI added the output format 'png' and 'text'.
So we need to reduce the two hook_graphapi_formats back to one? Let's see what happens.
I think the theme function can nice decide what to output. But this depends on the needed theme functions.
Say one want to theme each node by adding an background image.
Comment #2
clemens.tolboomI've reverted the text_output.
We now have on engine with one format 'graphviz'.
graphviz config has it's own output settings and format.