dalian
Minimalistic library for building interactive dashboards.
download
- minified: dalian.min.js (107 kB)
install
node
npm install dalian
browser
<!-- Dependencies -->
<script src="https://unpkg.com/d3@5.15.0"></script>
<script src="https://unpkg.com/d3-interpolate-path@2.1.1"></script>
<!-- Load module -->
<script src="dalian.min.js"></script>
For local usage, you can download the latest minified version of the library here.
why using dalian?
Out of the box you get:
- → A clean, minimalistic design.
- → A simple yet powerful API.
- → Fully interactive charts.
By default, dalian conforms to the style of the page by inheriting font styles. However, it is highly customizable in a clear and documented manner due to the specific API methods for each chart.
catalogue
The catalogue contains examples for all components, charts and control elements provided in dalian.
tutorials
Beyond the examples, tutorials are a great way to learn how to make interactive charts with dalian.
api reference
You can find the documentation here.