Compare commits
2 Commits
c0ea356afd
...
6fa5c18049
Author | SHA1 | Date | |
---|---|---|---|
6fa5c18049 | |||
c2929bc130 |
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user