jexp / neo4j-graphviz

minimal javascript library/tool to generate graphviz visualization from a neo4j cypher query
MIT License
36 stars 4 forks source link

EPIPE error for windows #3

Open cdjg35 opened 6 years ago

cdjg35 commented 6 years ago

setGraphVizPath uses /usr/local/bin This doesnt work for windows and throws an epipe error Can this either read from an environment variable, check for the OS type, or have an initial parameter in the calling script