Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/fsx950223/chartjs-web-components

the web components for chartjs
https://github.com/fsx950223/chartjs-web-components

chartjs lit-element react vue webcomponents

Last synced: 3 months ago
JSON representation

the web components for chartjs

Lists

README

        

# Chartjs Web Components
The web components for chart.js which is built on lit-element
## Live Demo
https://fsx950223.github.io/chartjs-web-components/live-demo/
## Install
``` bash
npm i chartjs-web-components
```
## Lit-Element Usage
``` html

```
``` js
import 'chartjs-web-components'
```
## Vue Example
``` html

```
``` js
import VueChartjs from 'chartjs-web-components/dist/vue.js'
```
## React Example
``` jsx
import ReactChartjs from 'chartjs-web-components/dist/react.js'

```
## Demo
``` bash
npm run start
```