ChartCirclePoint ChartCirclePoint # Bases: ChartPointShape Draws a circle. color: Optional[ft.ColorValue] = None # The fill color to use for the circle. radius: Optional[ft.Number] = None # The radius of the circle. stroke_color: Optional[ft.ColorValue] = None # The stroke color to use for the circle stroke_width: ft.Number = 0 # The stroke width to use for the circle.