xtal-frappe-chart

Web component wrapper around the Frappé chart library

Usage no npm install needed!

<script type="module">
  import xtalFrappeChart from 'https://cdn.skypack.dev/xtal-frappe-chart';
</script>

README

Published on webcomponents.org

Actions Status

<xtal-frappe-chart>

Web component wrapper around the cool Frappe chart library.

Things I like about this chart library:

  1. It is quite small (17kb), yet it has nice interactive features.
  2. It supports ES6 Modules.
  3. The charts look nice.

Demo

API Reference

Syntax

Referencing from CDN:

<script type="module" src="https://unpkg.com/xtal-frappe-chart/xtal-frappe-chart.js?module"></script>

Viewing Your Element Locally

$ npm install
$ npm run serve

Running Tests

WIP