Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juijs/jui-graph

It is the base library of the JUI chart.
https://github.com/juijs/jui-graph

canvas javascript jui svg

Last synced: 26 days ago
JSON representation

It is the base library of the JUI chart.

Awesome Lists containing this project

README

        

## Installation

### NPM
```bash
npm install juijs-graph
```

### Browser

```html

```

### ES Modules

```js
import graph from 'juijs-graph'
```