https://github.com/khulnasoft-lab/khulnasoft-vis-js
https://github.com/khulnasoft-lab/khulnasoft-vis-js
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/khulnasoft-lab/khulnasoft-vis-js
- Owner: khulnasoft-lab
- License: apache-2.0
- Created: 2024-07-03T00:15:37.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T16:02:28.000Z (7 months ago)
- Last Synced: 2025-03-02T19:38:21.147Z (3 months ago)
- Size: 214 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# khulnasoft-vis-js
## A KhulnaSoft visualize js lib based on d3.js
## Features:
### Tree-like topo
Render a tree-like topo through nodes and links.#### Multi-roots tree topo
generate a multi-roots tree layout from provided data## Usage
install by npm: `npm install khulnasoft-vis-js`
run local dev server: `npm run serve`
see demos in ./src/demos dir
## Basics
## Dev
npm run serve