Compare commits

..

2 Commits

Author SHA1 Message Date
6fa5c18049 updated the link for demo 2020-10-15 12:21:03 +07:00
c2929bc130 updated the version and fixed readme 2020-10-15 12:19:10 +07:00
2 changed files with 4 additions and 3 deletions

View File

@ -5,7 +5,7 @@
Using NPM Using NPM
```shell ```shell
npm add @cubetiq/react-chart-js npm install @cubetiq/react-chart-js
``` ```
OR using Yarn OR using Yarn
@ -14,7 +14,8 @@ 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.4", "version": "1.1.5",
"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",