Currently I'm getting everything to work just fine and loving my new implementation of the graphviz noderef system! I want to change one thing about it, and that is the label assigned to the edge. Currently it returns the nodereference field name and puts that name between each of my nodes in the graph. It's kind of redundant and I don't want to see it.
How can I get rid of this edge label?
Thanks.