fill¶
- fill(first, second[, name, color])[has-table-overload]¶
- Parameters
- Params name
Name of the plot. Default value is
"fill(first,second)"
- Params color
Color of the plot. Default value is
"white"
Fills the area between first and second with color. If color changes between bars where first crosses second - color change will occur at the intersection between the sources.
fill (high, low)