Skip to main content

CandlestickChartSpotTooltip

Tooltip configuration for the CandlestickChartSpot.

Inherits: ChartDataPointTooltip

Properties

  • bottom_margin - Space between the tooltip bubble and the candlestick.

Methods

  • copy - Returns a copy of this object with the specified properties overridden.

Properties

bottom_marginclass-attributeinstance-attribute

bottom_margin: Number = 8

Space between the tooltip bubble and the candlestick.

Methods

copy

copy(text: Optional[str] = None, text_style: Optional[TextStyle] = None, text_align: Optional[TextAlign] = None, text_spans: Optional[list[TextSpan]] = None, rtl: Optional[bool] = None, bottom_margin: Optional[Number] = None)

Returns a copy of this object with the specified properties overridden.