@conectate/ct-chartjs
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

Published on webcomponents.org

ct-chartjs

It's a simple wrapper of chart.js for LitElement

Installation

To include this, type:

$ yarn add @conectate/ct-chartjs
# or
$ npm i @conectate/ct-chartjs

Usage

import '@conectate/ct-chartjs'

export class xElement extends LitElement {
    render(){
        return html`<ct-chartjs
                    delay="200"
                    type="doughnut"
                    .data=${{ ... }}
                    .options=${{ ... }}
                ></ct-chartjs>`
    }
}

Follow me

Herberth Obregón

https://twitter.com/herberthobregon

https://www.conectate.today/herberthobregon

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

  • v0.1.0 Initial Release

License

See LICENSE

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.0.02latest

Version History

VersionDownloads (Last 7 Days)Published
4.0.02
3.12.00
3.10.00
3.9.00
3.8.00
3.7.40
3.7.00
3.6.00
3.5.90
3.5.40
3.5.00
3.4.00
3.2.10
3.2.00
3.1.00
3.0.00
1.4.00
1.3.00

Package Sidebar

Install

npm i @conectate/ct-chartjs

Weekly Downloads

2

Version

4.0.0

License

BSD-3-Clause

Unpacked Size

25 kB

Total Files

7

Last publish

Collaborators

  • herberthobregon