dalian
v0.4.21
Published
A lightweight, minimalistic charting library
Downloads
11
Readme
dalian
Lightweight yet versatile charting library with a simple API.
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
npm install dalian
browser
<!-- 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>