Styling and geometry configuration for a single line series. points: list[LineChartDataPoint] = field(default_factory=list) A list of points (dots) of :class:`~flet ...
"""Tooltip configuration for the :class:`~flet_charts.LineChartDataPoint`.""" text=text if text is not None else self.text, text_style=text_style if text_style is not None else self.text_style, ...