An open API service indexing awesome lists of open source software.

https://github.com/khulnasoft-lab/khulnasoft-vis-js


https://github.com/khulnasoft-lab/khulnasoft-vis-js

Last synced: 2 months ago
JSON representation

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