@yuhe-nju/network-render
v1.0.2
Published
- This is an interacation system about network canvas rendering. People could explore genious network data to gain some insights.
Readme
Network Canvas Render
Simple introduction
- This is an interacation system about network canvas rendering. People could explore genious network data to gain some insights.
Features
- Interactive graph rendering
- Layout switching
- Node and edge style customization
- Filtering and highlighting
- Built with React, Ant Design, and G6
Getting Start
First, please clone this project source code by follow command:
$ git clone https://[email protected]/liwench4o/network-canvas-render.git
cd network-canvas-renderSecond, after cloning source code to your local, please install all dependency packages by follow command:
Install dependencies
$ npm installStart the development server
$ npm run devCode Quality
For lint & format issues To check code quality using ESLint:
$ npm run lintTo automatically fix fixable linting issues:
$ npm run lint:fixTo format all files using Prettier:
$ npm run format