It's a simple wrapper of chart.js for LitElement
To include this, type:
$ yarn add @conectate/ct-chartjs
# or
$ npm i @conectate/ct-chartjs
import '@conectate/ct-chartjs'
export class xElement extends LitElement {
render(){
return html`<ct-chartjs
delay="200"
type="doughnut"
.data=${{ ... }}
.options=${{ ... }}
></ct-chartjs>`
}
}
https://twitter.com/herberthobregon
https://www.conectate.today/herberthobregon
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- v0.1.0 Initial Release
See LICENSE