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: 26 days ago
JSON representation
the web components for chartjs
- Host: GitHub
- URL: https://github.com/fsx950223/chartjs-web-components
- Owner: fsx950223
- License: mit
- Created: 2018-05-15T03:26:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T06:54:15.000Z (over 3 years ago)
- Last Synced: 2024-03-23T20:03:33.593Z (8 months ago)
- Topics: chartjs, lit-element, react, vue, webcomponents
- Language: TypeScript
- Homepage: https://fsx950223.github.io/chartjs-web-components/live-demo/
- Size: 3.99 MB
- Stars: 56
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lit - Chartjs Web Components - Web components for chartjs. (Component Libraries)
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
```