Interface BaseNeovisConfig

Hierarchy

Properties

consoleDebug?: boolean

Should output debug messages to console

Default

false
containerId: string

Html id of the element you want Neovis to render on

dataFunction?: DataFunctionType

function to get fetch data instead of neo4j driver

it needs to return a list of records

example in examples/simple-dataFunction-example.html

groupAsLabel?: boolean

Should group be the label

Default

true
initialCypher?: string

The Cypher query that will get the data

neo4j?: Driver | Neo4jConfig

Neo4j Driver instance or configuration to make one

nonFlat?: boolean

Tells Neovis is the config is flat or not

Default

false
serverDatabase?: string

database name you want to connect to

Default

neo4j
visConfig?: Options

Vis network config to override neovis defaults

Link

https://visjs.github.io/vis-network/docs/network/#options

Generated using TypeDoc