ChartCirclePoint
ChartCirclePoint
#
Bases: ChartPointShape
Draws a circle.
copy_with
#
copy_with(
*,
color: ColorValue | None = None,
radius: Number | None = None,
stroke_color: ColorValue | None = None,
stroke_width: Number | None = None,
) -> ChartCirclePoint
Returns a copy of this object with the specified properties overridden.