Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/synesenom/dalian
Lightweight library to build interactive dashboards
https://github.com/synesenom/dalian
Last synced: 4 days ago
JSON representation
Lightweight library to build interactive dashboards
- Host: GitHub
- URL: https://github.com/synesenom/dalian
- Owner: synesenom
- License: mit
- Created: 2020-02-22T11:14:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T09:22:35.000Z (7 months ago)
- Last Synced: 2024-04-25T10:34:24.022Z (7 months ago)
- Language: JavaScript
- Homepage: https://synesenom.github.io/dalian/
- Size: 5.96 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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```