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.
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
Comment #1
naught101 commentedAwesome idea. Will implement that tonight.
Comment #2
naught101 commentedOk, I committed a fix for this, please check it out, and if it works for you, mark this as fixed.
Comment #3
deltab commentedI 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?
Comment #4
naught101 commentedhttp://drupal.org/node/755276#comment-2780194 <-- I followed infojunkie's install instructions. It works fine with no java error for me. I'm using :
Comment #5
deltab commentedThese 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?
Comment #6
naught101 commentedYep, that's what I did.
Comment #7
naught101 commentedAny 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.
Comment #8
naught101 commentedComment #9
deltab commented@naught101, nope! I wrote a little hack for my other, noderefcreate requirement, and have been using that.