Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YakovlevCoded committed Apr 21, 2021
1 parent e1cc942 commit c60865d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ React wrapper for [Chart.js](http://www.chartjs.org/docs/#getting-started)
### Install library with peer dependencies

```bash
npm install --save @reactchartjs/react-chart.js chart.js
npm install --save react-chartjs-2 chart.js

# or

yarn add @reactchartjs/react-chart.js chart.js
yarn add react-chartjs-2 chart.js
```

###### We recommend using `chart.js ^2.5.0`
Expand Down Expand Up @@ -192,7 +192,7 @@ render() {

## Additional Information

### Defaults
<!-- ### Defaults
Chart.js defaults can be set by importing the `defaults` object:
Expand All @@ -217,9 +217,9 @@ merge(defaults, {
},
},
});
```
``` -->

### Chart.js object
<!-- ### Chart.js object
You can access the internal Chart.js object to register plugins or extend charts like this:
Expand All @@ -233,7 +233,7 @@ componentWillMount() {
}
});
}
```
``` -->

### Working with Multiple Datasets

Expand Down

0 comments on commit c60865d

Please sign in to comment.