Skip to content

Commit de34d49

Browse files
committed
chore: readme markdownlint small fixes
1 parent 3edc287 commit de34d49

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@
99
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)
1010

1111
### Features
12-
- 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
12+
13+
- 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
1314
[Chart.js docs](https://www.chartjs.org/docs/latest/getting-started/usage.html). The rest of chart.js configuration issues are already resolved,
1415
- 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),
15-
- 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.
16+
- 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.
1617
- Dynamic updates of passed configuration. This feature makes your chart.js configuration automatically reactive to changes.
1718

1819
### Copyright and license
1920

20-
Copyright 2019 creativeLabs Łukasz Holeczek. Code released under the MIT license
21+
Copyright 2019 creativeLabs Łukasz Holeczek. Code released under the MIT license.

0 commit comments

Comments
 (0)