Directory

xtal-frappe-chart - Vaadin Add-on Directory

Web component wrapper around the Frappé chart library xtal-frappe-chart - Vaadin Add-on Directory
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/bahrus/xtal-frappe-chart) # \ Web component wrapper around the cool [Frappe chart](https://frappe.io/charts) library. Things I like about this chart library: 1) It is quite small (17kb), yet, unlike chartist, it has nice interactive features. 2) It supports ES6 Modules (and iffe). 3) The charts look nice. **NB** Tooltips [don't](https://github.com/frappe/charts/issues/222) display properly within ShadowDOM.
``` --> # Syntax ## Install the Polymer-CLI First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) and npm (packaged with [Node.js](https://nodejs.org)) installed. Run `npm install` to install your element's dependencies, then run `polymer serve` to serve your element locally. ## Viewing Your Element ``` $ polymer serve ``` ## Running Tests WIP