Active
Project:
Graphviz Filter
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Nov 2011 at 03:01 UTC
Updated:
13 Dec 2012 at 14:17 UTC
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
Comment #1
infojunkieNot 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?
Comment #2
clemens.tolboom(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)
Comment #3
s.daniel commentedRelated post (with a very basic integration): http://drupal.org/node/1209526#comment-6828352
Comment #4
clemens.tolboomSee #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?
Comment #5
s.daniel commentedIf 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).