Skip to content

Commit

Permalink
chore: update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
woothu committed Dec 10, 2019
1 parent 37879f0 commit 3edc287
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
![Chart.js](https://img.shields.io/badge/Chart.js-^2.9.3-brightgreen.svg)
![Vue](https://img.shields.io/badge/Vue-^2.6.10-brightgreen.svg)

#### CoreUI icons vue - CIcon component
### CoreUI icons vue - CIcon component

Dedicated component used to implement [Chart.js](https://www.chartjs.org/) in Vue.js. You can find the **library documentation** [here](https://coreui.io/vue/docs/components/charts)

#### Features
### Features
- Implementation with ease - <b>You only need to pass 'datasets' prop and you have your chart working</b>. Optionally you can pass labels, options and plugins according to
[Chart.js docs](https://www.chartjs.org/docs/latest/getting-started/usage.html). The rest of chart.js configuration issues are already resolved,
- Chart will be rendered, even if you don't pass the labels, as empty labels will be generated automatically. You can also assign months or numeric indexes to labels (see prop description),
- If you don't pass tooltip options, coreui-custom-tooltips, would be used by default. They are resolving the chart.js issue with tooltip beeing cut, when exceeding the canvas.
- Dynamic updates of passed configuration. This feature makes your chart.js configuration automatically reactive to changes.

#### Copyright and license
### Copyright and license

Copyright 2019 creativeLabs Łukasz Holeczek. Code released under the MIT license

0 comments on commit 3edc287

Please sign in to comment.