Comparing version 0.3.0 to 0.3.1
{ | ||
"name": "blooom", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Graph visualization tool for human.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,7 +5,11 @@ # Blooom | ||
Graph visualization for human! | ||
Graph visualization for human! Visualize [Neo4j](https://neo4j.com/) [API response](https://neo4j.com/docs/http-api/current/introduction) and other graph data. | ||
![](./img/readme.png) | ||
## Features | ||
- **Interactive** | ||
- **Informative**: directed, labelled relationships, customizable node label | ||
- **Interactive**: zoom, drag, focus on hover, and even fix on right click. | ||
- **Responsive**: auto-resize on window resizing. | ||
@@ -16,3 +20,3 @@ ## Example | ||
(See [test_server](./test_server)) | ||
(See [example](./example)) | ||
@@ -23,5 +27,5 @@ ```html | ||
<script> | ||
import NeoGraph from "blooom"; | ||
import Blooom from "blooom"; | ||
new NeoGraph("#canvas", neoData, { | ||
new Blooom("#canvas", neoData, { | ||
nodeLabelProperties: { | ||
@@ -41,4 +45,4 @@ mutation: "position", | ||
(Currently not supported) | ||
## Dev preparation | ||
@@ -45,0 +49,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25294
63