It should be possible to navigate nodereferences using SVG as an output format, as described here: http://drupal.org/node/755276

A configuration option in ./admin/settings/graphviz_noderef might help.

Comments

naught101’s picture

Awesome idea. Will implement that tonight.

naught101’s picture

Ok, I committed a fix for this, please check it out, and if it works for you, mark this as fixed.

deltab’s picture

I have two issues with this (a) each graph shows only one node (the nid of the page), whereas your march 13 and march 18 versions work fine, and (b) java error as follows:

applet net.claribole.zgrviewer.ZGRApplet notinited
error: java.lang.ClassFormatError: fr/inria/zvtm/svg/SVGReader

Which ZGRViewer are you using?

naught101’s picture

http://drupal.org/node/755276#comment-2780194 <-- I followed infojunkie's install instructions. It works fine with no java error for me. I'm using :

zgrviewer.jar -> zgrviewer-0.8.2.jar
zvtm.jar -> zvtm-0.9.8.jar
deltab’s picture

These are from zgrviewer-0.8.2.zip ./target folder, right? I am not sure where to download the Applet from, so got ZVGViewer from Sourceforge - is that the right thing to do?

naught101’s picture

Yep, that's what I did.

naught101’s picture

Any change on this deltab? I have a feeling that this might actually be a problem with your server setup, or possibly (less likely), with Graphiz Filter.

naught101’s picture

Status: Active » Postponed (maintainer needs more info)
deltab’s picture

@naught101, nope! I wrote a little hack for my other, noderefcreate requirement, and have been using that.