Update LineChartProps.md
This commit is contained in:
parent
eddafc88a9
commit
98b5f151c9
|
@ -17,8 +17,9 @@
|
||||||
| disableScroll | Boolean | To disable horizontal scroll | false |
|
| disableScroll | Boolean | To disable horizontal scroll | false |
|
||||||
| showScrollIndicator | Boolean | To show horizontal scroll indicator | false |
|
| showScrollIndicator | Boolean | To show horizontal scroll indicator | false |
|
||||||
|
|
||||||
**Alert!**
|
-----
|
||||||
These props are correlated-
|
**Alert!**\
|
||||||
|
These props are correlated:
|
||||||
|
|
||||||
1. maxValue
|
1. maxValue
|
||||||
2. noOfSections
|
2. noOfSections
|
||||||
|
@ -26,13 +27,13 @@ These props are correlated-
|
||||||
|
|
||||||
They must follow the relation:
|
They must follow the relation:
|
||||||
|
|
||||||
````
|
|
||||||
maxValue = noOfSections \* stepValue
|
|
||||||
```js
|
```js
|
||||||
|
maxValue = noOfSections * stepValue
|
||||||
|
```
|
||||||
|
|
||||||
So, all the three must be used together. Using any 1 or 2 of them may produce absurd results
|
So, all the three must be used together. Using any 1 or 2 of them may produce absurd results
|
||||||
|
|
||||||
|
-----
|
||||||
### Item description
|
### Item description
|
||||||
|
|
||||||
| Key | Value type | Description |
|
| Key | Value type | Description |
|
||||||
|
|
Loading…
Reference in New Issue