Update LineChartProps.md

This commit is contained in:
Abhinandan Kushwaha 2021-08-05 16:14:15 +05:30 committed by GitHub
parent 445f95f8e7
commit 1524fa4058
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -47,6 +47,8 @@ So, all the three must be used together. Using any 1 or 2 of them may produce ab
| textColor | ColorValue | Color of the dataPointText | | textColor | ColorValue | Color of the dataPointText |
| textFontSize | number | Font size of the dataPointText | | textFontSize | number | Font size of the dataPointText |
----
### Axes and rules related props ### Axes and rules related props
| Prop | Type | Description | Default value | | Prop | Type | Description | Default value |
@ -77,6 +79,8 @@ So, all the three must be used together. Using any 1 or 2 of them may produce ab
| yAxisIndicesColor | Boolean | To hide axes, rules, labels altogether | false | | yAxisIndicesColor | Boolean | To hide axes, rules, labels altogether | false |
| rotateLabel | Boolean | To rotate the X axis labels (by 60deg) | false | | rotateLabel | Boolean | To rotate the X axis labels (by 60deg) | false |
----
### Line related props ### Line related props
| Prop | Type | Description | Default value | | Prop | Type | Description | Default value |
@ -89,6 +93,8 @@ So, all the three must be used together. Using any 1 or 2 of them may produce ab
| thickness2 | number | Thickness of the lines joining the second set of data points | thickness (from props) | | thickness2 | number | Thickness of the lines joining the second set of data points | thickness (from props) |
| curved | Boolean | To show curved line joining the data points | false | | curved | Boolean | To show curved line joining the data points | false |
----
### Data points related props ### Data points related props
| Prop | Type | Description | Default value | | Prop | Type | Description | Default value |
@ -112,6 +118,8 @@ So, all the three must be used together. Using any 1 or 2 of them may produce ab
| dataPointsColor2 | ColorValue | Color of data points for the second dataset | blue | | dataPointsColor2 | ColorValue | Color of data points for the second dataset | blue |
| dataPointsShape2 | string | Shape of data points for the second dataset (_'rectangular'_ or _'circular'_) | 'circular' | | dataPointsShape2 | string | Shape of data points for the second dataset (_'rectangular'_ or _'circular'_) | 'circular' |
----
### Props for Area Chart ### Props for Area Chart
| Prop | Type | Description | Default value | | Prop | Type | Description | Default value |