ChartDataPointTooltip
Configuration of the tooltip for data points in charts.
Properties
rtl- Whether the text is right-to-left.text- The text to display in this tooltip.text_align- The text alignment of the tooltip.text_spans- Additional text spans to show on this tooltip.text_style- A text style to display tooltip with.
Methods
copy- Returns a copy of this object with the specified properties overridden.
Properties
textclass-attributeinstance-attribute
text: Optional[str] = NoneThe text to display in this tooltip.
text_alignclass-attributeinstance-attribute
text_align: TextAlign = TextAlign.CENTERThe text alignment of the tooltip.