# juijs-graph

> SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D)

Latest version **1.1.4** (published 2019-11-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install juijs-graph
pnpm add juijs-graph
yarn add juijs-graph
bun add juijs-graph
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.4 |
| Published | 2019-11-18 |
| First published | 2018-07-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 2 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | seogi1004 |
| Maintainers | seogi1004 |
| Keywords | HTML5, NodeJS, CSS, JS, JavaScript, SVG, Chart, Framework, Web development, free, MIT |

## Links

- npm: https://www.npmjs.com/package/juijs-graph
- Repository: https://github.com/juijs/jui-graph
- Homepage: https://github.com/juijs/jui-graph#readme
- Issues: https://github.com/juijs/jui-graph/issues
- npm.io page: https://npm.io/package/juijs-graph

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.1.4 (latest) — 2019-11-18
- 1.1.3 — 2019-07-09
- 1.1.2 — 2018-12-28
- 1.1.1 — 2018-12-28
- 1.1.0 — 2018-12-28
- 1.0.3 — 2018-12-28
- 1.0.2 — 2018-11-30
- 1.0.1 — 2018-11-30
- 0.5.11-es6 — 2018-11-28
- 0.5.10-es6 — 2018-11-27
- 0.5.9-es6 — 2018-11-26
- 0.5.2-es6 — 2018-11-13
- 0.5.1-es6 — 2018-11-13
- 0.5.0-es6 — 2018-10-31
- 0.4.3-es6 — 2018-10-29
- … 23 more at https://npm.io/package/juijs-graph/versions

## README

## Installation

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

### Browser

```html
<script src="../dist/jui-graph.js"></script>
```

### ES Modules

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

---
_Source: https://npm.io/package/juijs-graph · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
