Update LineChartProps.md

This commit is contained in:
Abhinandan Kushwaha 2022-07-02 22:10:56 +05:30 committed by GitHub
parent 7681440d78
commit af9454d38c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -230,6 +230,8 @@ The properties of the arrow can controlled with the `arrowConfig` prop.
<img src='../../demos/arrowProps.png' alt='' height=340 width=500/>
| Prop | Type | Description | Default value |
| ---------- | ---------- | -------------------------------------------------------------------- | ---------------------- |
| showArrows | boolean | To show an arrow at the end of each data line | false |
| arrowConfig | arrowType | Object describing the properties of the arrows like length, width, strokeWidth, strokeColor, fillColor | defaultArrowConfig |
| showArrow1 | boolean | To show an arrow at the end of the first data line | false |