Update BarChartProps.md

This commit is contained in:
Abhinandan Kushwaha 2021-08-12 19:47:51 +05:30 committed by GitHub
parent e8370ed8e7
commit 5b4fe5dd26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -195,10 +195,14 @@ The value corresponding to the stacks key is an array of objects, each object re
| Key | Value type | Description |
| -------------- | --------------------------------------------------------- | ---------------------------------------------------------------------------- |
| stacks array | Array of stacks | A stack is made of 1 or more objects of the type described in the next table |
| stacks array | Array of stack items | A stack is made of 1 or more objects of the type described in the next table |
| label | string | Label text appearing below the stack (under the X axis) |
| labelTextStyle | Style object for the label text appearing below the stack |
A single stack item can be depicted as-
![alt text](../../demos/stackdesc.png)
### Stack item description
| Key | Value type | Description |