Skip to content

RadarChartTitle

Inherits: BaseControl

Custom title configuration displayed around a RadarChart.

Properties

Properties#

angle #

angle: Number = 0

Rotation angle (in degrees) applied to the title.

position_percentage_offset #

position_percentage_offset: Number | None = None

Defines the relative distance of this title from the chart center.

  • 0 draws this title near the inside edge of each section.
  • 1 draws this title near the outside edge of each section.

Must be between 0 and 1 (inclusive), if set.

Note

If set, it takes precedence over the parent RadarChart.title_position_percentage_offset value.

text #

text: str = ''

The text displayed for the title.

text_spans #

text_spans: list[TextSpan] | None = None

Inline spans appended to the title.