# dalian
Lightweight yet versatile charting library with a simple API.

[![CodeScene Code Health](https://codescene.io/projects/25374/status-badges/code-health)](https://codescene.io/projects/25374)

# yet another charting lib?
Yes, because we need a library that is:
- Has a minimal design out of the box.
- Doesn't clutter your charts with unnecessary icons and branding
- Comes with a simple and clean API.

# install

## node
```bash
npm install dalian
```

## browser
```html
<!-- Dependencies -->
<script src="https://unpkg.com/d3@5"></script>
<script src="https://unpkg.com/d3-interpolate-path"></script>

<!-- Dalian -->
<script src="https://unpkg.com/dalian"></script>
```
