Skip to content

Commit ba28e27

Browse files
committed
chore: update README file
1 parent de34d49 commit ba28e27

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
1-
## Coreui Vue Chartjs library
1+
# Coreui Vue Chartjs library
2+
23
![NPM](https://img.shields.io/badge/npm-1.0.1-brightgreen)
34
![Downloads](https://img.shields.io/npm/dm/@coreui/coreui-vue-chartjs.svg?style=flat-square)
45
![Chart.js](https://img.shields.io/badge/Chart.js-^2.9.3-brightgreen.svg)
56
![Vue](https://img.shields.io/badge/Vue-^2.6.10-brightgreen.svg)
67

7-
### CoreUI icons vue - CIcon component
8+
## Description
89

9-
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)
10+
Dedicated components 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)
1011

11-
### Features
12+
## Features
1213

1314
- Implementation with ease - **You only need to pass 'datasets' prop and you have your chart working**. Optionally you can pass labels, options and plugins according to
1415
[Chart.js docs](https://www.chartjs.org/docs/latest/getting-started/usage.html). The rest of chart.js configuration issues are already resolved,
1516
- 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),
1617
- 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.
1718
- Dynamic updates of passed configuration. This feature makes your chart.js configuration automatically reactive to changes.
1819

19-
### Copyright and license
20+
## Copyright and license
2021

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

0 commit comments

Comments
 (0)