Compare commits

..

No commits in common. "6fa5c180497bc28cdb9d862c8ccd7761202a614e" and "c0ea356afd0eec9feb536cd6f3a17654c551e6d2" have entirely different histories.

2 changed files with 3 additions and 4 deletions

View File

@ -5,7 +5,7 @@
Using NPM Using NPM
```shell ```shell
npm install @cubetiq/react-chart-js npm add @cubetiq/react-chart-js
``` ```
OR using Yarn OR using Yarn
@ -14,8 +14,7 @@ OR using Yarn
yarn add @cubetiq/react-chart-js yarn add @cubetiq/react-chart-js
``` ```
### Link to examples: [https://git.cubetiqs.com/CUBETIQ/react-chart-js/src/branch/master/examples/line-chart-example](https://git.cubetiqs.com/CUBETIQ/react-chart-js/src/branch/master/examples/line-chart-example)
### View a [Demo](https://cubetiq.github.io/chartjs-demos)
### Line Chart Example ### Line Chart Example
```typescript ```typescript

View File

@ -1,6 +1,6 @@
{ {
"name": "@cubetiq/react-chart-js", "name": "@cubetiq/react-chart-js",
"version": "1.1.5", "version": "1.1.4",
"description": "Chart.js for React and TypeScript", "description": "Chart.js for React and TypeScript",
"main": "./dist/index.js", "main": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",