Lightweight yet versatile charting library with a simple API.
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.
npm install dalian
<!-- 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>