Web component wrapper around the cool Frappe chart library.
Things I like about this chart library:
- It is quite small (17kb), yet it has nice interactive features.
- It supports ES6 Modules.
- The charts look nice.
<script type="module" src="https://unpkg.com/xtal-frappe-chart/xtal-frappe-chart.js?module"></script>
$ npm install
$ npm run serve
WIP