diff --git a/docs/LineChart/LineChartProps.md b/docs/LineChart/LineChartProps.md index 744b4a4..011b50c 100644 --- a/docs/LineChart/LineChartProps.md +++ b/docs/LineChart/LineChartProps.md @@ -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 |