dalian

Minimalistic library for building interactive dashboards.

download

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:

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.