configuration - Custom Neo4j GraphViz Writer -


i have application produces graphviz dot file subgraph of neo4j database. works charm, there of issue.

right now, title of each node node id. properties listed, respective types. more information need , change way graphviz writer configured.

i noticed several classes/interfaces such graphstyle, styleparameter, styleconfiguration i've tried several things , keep running issue cannot access classes/interfaces outside of respective package. maybe i'm doing wrong, maybe it's designed users cannot reconfigure graphviz writer, don't know i'd know.

how reconfigure graphviz writer dot file contains information want contain, namely property of choosing title, , nothing else far nodes concerned. also, not same property, nodes i'd property title, , nodes don't have property a, i'd property b title.

any appreciated.

you try using styles provided class: https://github.com/neo4j/neo4j/blob/master/community/graphviz/src/main/java/org/neo4j/visualization/graphviz/asciidocsimplestyle.java

it might useful class well: https://github.com/neo4j/neo4j/blob/master/community/graphviz/src/main/java/org/neo4j/visualization/asciidoc/asciidochelper.java


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -