Skip to content

Releases: neo4j-contrib/neovis.js

2.0.0-alpha.2

20 Feb 21:29
Compare
Choose a tag to compare
2.0.0-alpha.2 Pre-release
Pre-release

Fix neovis.js alpha for older browsers

2.0.0-alpha.0

07 Feb 22:35
Compare
Choose a tag to compare
2.0.0-alpha.0 Pre-release
Pre-release

Migrated configurtion, now everything is extention of the libraries we use!

Config now mereged visConfig with the default vis config (#155)
labels and relationship configs are now super extention of vis node/edge (can get the normal map from Node, but also can map from function cypher or even just set a static varriable!) (#147) Thanks to @dukesun99 !

Initial release

02 Apr 15:26
9527345
Compare
Choose a tag to compare

This initial release includes:

  • Connect to Neo4j instance to get live data
  • User specified labels and property to be displayed
  • User specified Cypher query to populate
  • Specify edge property for edge thickness
  • Specify node property for community / clustering
  • Specify node property for node size
  • Render visualization for Node, Relationship, Path, (and arrays of Node, Relationship, Path) objects.
  • Support for encrypted connections using wss (secure websocket connection) using Bolt