Skip to content

RadarDataSet

Inherits: BaseControl

A collection of RadarDataSetEntry drawn as a filled radar shape.

Properties

Properties#

border_color #

border_color: ColorValue = CYAN

The color of the dataset outline.

border_width #

border_width: Number = 2.0

The width of the dataset outline.

entries #

entries: list[RadarDataSetEntry] = field(
    default_factory=list
)

The data points that compose this set.

entry_radius #

entry_radius: Number = 5.0

The radius of each entry.

fill_color #

fill_color: ColorValue = CYAN

The color used to fill this dataset.

fill_gradient #

fill_gradient: Gradient | None = None

The gradient used to fill this dataset.

Takes precedence over fill_color.