npm install vue-chart.js[![NPM version][npm-image]][npm-url]
[![Dependency Status][david-image]][david-url]
[![License][license-image]][license-url]
Chart.js for Vue
`` bash`
$ npm i vue-chart.js
* BarChart
* LineChart
* RadarChart
* PieChart
* DoughnutChart
* PolarAreaChart
| Name | Type | Default | Description |
| --- | --- | --- | --- |
| responsive | Boolean | true | resizes when the canvas container does |
| title | String | null | title text |
| title | Object | null | title configuration |
| width | Number | null | width of chart canvas |
| height | Number | null | height of chart canvas |
| labels | Array[string] | [] | labels of category axis |
` html
``
[npm-image]: https://img.shields.io/npm/v/vue-chart.js.svg?style=flat-square
[npm-url]: https://npmjs.org/package/vue-chart.js
[david-image]: http://img.shields.io/david/hanai/vue-chart.js.svg?style=flat-square
[david-url]: https://david-dm.org/hanai/vue-chart.js
[license-image]: http://img.shields.io/npm/l/vue-chart.js.svg?style=flat-square
[license-url]: ./LICENSE