https://github.com/duyet/neo4j-visualization
Graph Visualization from Neo4j
https://github.com/duyet/neo4j-visualization
Last synced: 8 months ago
JSON representation
Graph Visualization from Neo4j
- Host: GitHub
- URL: https://github.com/duyet/neo4j-visualization
- Owner: duyet
- Created: 2020-07-09T04:33:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T18:26:17.000Z (almost 2 years ago)
- Last Synced: 2024-09-12T21:22:03.450Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://duyet.github.io/neo4j-visualization/
- Size: 34.4 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Neo4j Graph Visualization


## Live demo
https://duyet.github.io/neo4j-visualization/
## Install
```
yarn add https://github.com/duyet/neo4j-visualization
```
## Usage
```js
import { render } from 'react-dom';
import Neo4jVisualization from 'neo4j-visualization';
import mockData from 'neo4j-visualization/examples/src/mock-small.json';
const result = { records: mockData };
render(, mountNode);
```
## Development
```
yarn
yarn dev
```