2020-10-15 10:30:17 +07:00
|
|
|
# Chart.js Demos
|
2020-10-15 12:22:05 +07:00
|
|
|
### View a [Demo](https://cubetiq.github.io/chartjs-demos)
|
2020-10-15 12:18:07 +07:00
|
|
|
|
|
|
|
**Install**
|
|
|
|
|
|
|
|
Using NPM
|
|
|
|
```shell
|
|
|
|
npm install @cubetiq/react-chart-js
|
|
|
|
```
|
|
|
|
|
|
|
|
OR using Yarn
|
|
|
|
```shell
|
|
|
|
yarn add @cubetiq/react-chart-js
|
|
|
|
```
|
|
|
|
|
|
|
|
- Line Chart Example
|
|
|
|
- Bar Chart Example
|