LineChartDataPointTooltip
Inherits: ChartDataPointTooltip
Tooltip configuration for the LineChartDataPoint
.
Properties
Methods
-
copy
–Returns a copy of this object with the specified properties overridden.
Properties#
text
#
text: str | None = None
The text to display in the tooltip.
When None
, defaults to LineChartDataPoint.y
.