All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.README.md Maven / Gradle / Ivy

Go to download

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 <base-chart id="chart" typ

The newest version!
# 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
```




© 2015 - 2025 Weber Informatics LLC | Privacy Policy