commit
e2d44de071
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue