Update LineChartProps.md

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

View File

@ -222,7 +222,7 @@ type referenceConfigType = {
Some Line charts have an arrow at the end of the line. Here's an example-
<img src='../../demos/lineArrow.png' alt='' height=360 width=500/>
<img src='../../demos/lineArrow.png' alt='' height=350 width=500/>
To display the arrrow at the end of the line, just pass the `showArrows` or `showArrow{n}` prop.
The properties of the arrow can controlled with the `arrowConfig` prop.