is this possible, I installed the module but wasnt sure it it had views support, I would like to output my custom views as graphviz files.. ?

Comments

infojunkie’s picture

Category: support » feature

Not at the moment. Please give more details on how the view results would be converted to Graphviz nodes. What would be edges? How to style the graph?

clemens.tolboom’s picture

(D7)

I'm working on graphapi module and just implemented three output formats. All are directed graphs which is not cool yet.

But to integrate graphviz_filter with output from graphapi is quite trivial supposing we had a D7 graphviz_filter version.

I'm willing to provide for this integration code.

See http://drupal.org/project/graphapi (views, output) and http://drupal.org/project/thejit (output)

s.daniel’s picture

Related post (with a very basic integration): http://drupal.org/node/1209526#comment-6828352

clemens.tolboom’s picture

See #1209526: Add support for graphviz_filter module

I now think we should let that code @ Graph API as there are more GraphViz modulus which could use that output from Graph API module.

What do you think?

s.daniel’s picture

If you mean that the views integration should be at graphapi and not graphviz filters I agree 100%
I'll continue my answer in Integrate with graphapi module (D7).