Neovis.js Versions Save

Neo4j + vis.js = neovis.js. Graph visualizations in the browser with data from Neo4j.

2.1.0

11 months ago

Add ability to fetch the data from a function instead of neo4j driver

Add ability to send parameters to query and functions

2.0.4

1 year ago

Nodes now have a group based on label by default Add groupAsLabel true by default

2.0.3

1 year ago

Added all exports to default, so you can now do

import NeoVis from "neovis.js";
NeoVis.NEOVIS_DEFAULT_CONFIG

2.0.0

1 year ago

After a lot of testing we finally here to publish 2.0.0!

  • Rewritten the whole project in typescript
  • Added a full vis configuration control
  • And more!

Migration guide can be found in guide

2.0.0-alpha.9

2 years ago

Fix relationship default Make all async functions and cypher to be run concurrently (by changing to generator of promises and Promise.all on them) Bump driver version for better typescript

2.0.0-alpha.8

2 years ago

Fix config migrate function

2.0.0-alpha.7

2 years ago

Migrate any snake_case to camelCase to have a consistent javascript/typescript naming convention

2.0.0-alpha.6

2 years ago

Features

Added a migrate function to quickly migrate from 1.x! b2fa9e4d442e2dd0ff3de9c31d6f222010900d62 Added non flat config (which doesn't use symbols)! https://github.com/neo4j-contrib/neovis.js/pull/201

Chores

Migrate code to typescript!

2.0.0-alpha.5

2 years ago
  • Replaced visInstance.nodeToHtml with NeoVis.objectToTitleHtml and fixed the html there
  • Added NeoVis.objectToTitleString if need an xss prevention instead of NeoVis.objectToTitleHtml
  • Added migration guide!

2.0.0-alpha.3

3 years ago

Fix click event Fix clearNetwork