Update LineChartProps.md

This commit is contained in:
Abhinandan Kushwaha 2021-08-05 16:04:36 +05:30 committed by GitHub
parent eddafc88a9
commit 98b5f151c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -17,8 +17,9 @@
| disableScroll | Boolean | To disable horizontal scroll | false |
| showScrollIndicator | Boolean | To show horizontal scroll indicator | false |
**Alert!**
These props are correlated-
-----
**Alert!**\
These props are correlated:
1. maxValue
2. noOfSections
@ -26,13 +27,13 @@ These props are correlated-
They must follow the relation:
````
maxValue = noOfSections \* stepValue
```js
maxValue = noOfSections * stepValue
```
So, all the three must be used together. Using any 1 or 2 of them may produce absurd results
-----
### Item description
| Key | Value type | Description |