Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alx/parasol
A network graph exploration tool
https://github.com/alx/parasol
network-graph react sigma visualization
Last synced: about 11 hours ago
JSON representation
A network graph exploration tool
- Host: GitHub
- URL: https://github.com/alx/parasol
- Owner: alx
- License: mit
- Created: 2017-03-20T15:03:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:36:57.000Z (about 2 years ago)
- Last Synced: 2024-11-04T00:33:09.552Z (about 1 month ago)
- Topics: network-graph, react, sigma, visualization
- Language: JavaScript
- Homepage: http://parasol.alexgirard.com
- Size: 41.8 MB
- Stars: 63
- Watchers: 4
- Forks: 4
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - alx/parasol - A network graph exploration tool (react)
README
![Parasol Title](https://raw.githubusercontent.com/alx/parasol/master/docs/assets/img/title.png)
* [Documentation](http://parasol.alexgirard.com/)
* Latest version of [parasol.js](http://parasol.alexgirard.com/assets/js/parasol.js)## Installation
```
yarn install
```## Usage
```
yarn start
```Open `http://localhost:8095`
Corresponding configuration in `docs/example.html`
## Customize
* Modify configuration in `data-settings` attribute visible in `docs/example.html`
* Add new data json in `docs/assets/data/` folder and change `url` setting in `docs/example.html`
* Use multiple items in `data-settings` `networks` array to display various graphs