Update BarChartProps.md

This commit is contained in:
Abhinandan Kushwaha 2021-08-12 19:42:45 +05:30 committed by GitHub
parent c53af6c240
commit 3b47b62849
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -182,6 +182,10 @@ The structure of stackData is-
...
]
```
The stackData passed to the BarChart component is an array of objects.\
Each object contains a mandatory key named stacks.\
The value corresponding to the stacks key is an array of objects, each object representing a section of the stack.
| Prop | Type | Description | Default value |
| --------- | --------------------- | -------------------------------------------------------------------------------------------- | ------------- |