Releases: neo4j-contrib/neovis.js
Releases · neo4j-contrib/neovis.js
2.0.0-alpha.2
Fix neovis.js alpha for older browsers
2.0.0-alpha.0
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
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