Update README.md

This commit is contained in:
Abhinandan Kushwaha 2021-08-02 16:31:18 +05:30 committed by GitHub
parent 2a4a3309ee
commit 085140341e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ const data=[{value:50},{value:80},{value:90},{value:70}]
<LineChart data={data} areaChart/>
//For Donut chart, just add the prop donut to the <PieChart/> component
<LineChart data={data} areaChart/>
<PieChart data={data} donut/>
```
## Contributing