Update BarChartProps.md

This commit is contained in:
Abhinandan Kushwaha 2021-08-09 04:55:57 +05:30 committed by GitHub
parent 0c33831059
commit f73f680f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -145,6 +145,8 @@ So, all the three must be used together. Using any 1 or 2 of them may produce ab
#### To render stacked charts, you need to pass the prop stackData instead of data.
The structure of stackData is-
```js
[
{
stacks:
@ -176,6 +178,7 @@ The structure of stackData is-
},
...
]
```
| Prop | Type | Description | Default value |
| -------------- | ------- | --------------------------------------------------------------------------------------------- | ------------- |