Merge pull request #247 from Abhinandan-Kushwaha/abhi

Abhi
This commit is contained in:
Abhinandan Kushwaha 2022-07-03 12:50:48 +05:30 committed by GitHub
commit e2d44de071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

BIN
demos/arrowBase.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -271,6 +271,13 @@ defaultArrowConfig = {
};
```
#### showArrowBase
The arrow base can be understood with the pic below-
<img src='../../demos/arrowBase.png' alt='' height=200 width=300/>
The default value of `showArrowBase` is true. To fill the arrow with `fillColor`, it is mandatory to have `showArrowBase` true. The arrow can't be filled if it's baseless.
---
### Data points related props