Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/juijs/jui-graph
- Owner: juijs
- Created: 2018-07-28T13:34:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T14:59:49.000Z (about 2 years ago)
- Last Synced: 2024-10-31T17:35:41.249Z (about 2 months ago)
- Topics: canvas, javascript, jui, svg
- Language: JavaScript
- Homepage:
- Size: 1.46 MB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
### NPM
```bash
npm install juijs-graph
```### Browser
```html
```
### ES Modules
```js
import graph from 'juijs-graph'
```