Skip to main content

RadarChartTitle

Custom title configuration displayed around a RadarChart.

Inherits: BaseControl

Properties

  • angle - Rotation angle (in degrees) applied to the title.
  • position_percentage_offset - Defines the relative distance of this title from the chart center.
  • text - The text displayed for the title.
  • text_spans - Inline spans appended to the title.

Properties

angleclass-attributeinstance-attribute

angle: Number = 0

Rotation angle (in degrees) applied to the title.

position_percentage_offsetclass-attributeinstance-attribute

position_percentage_offset: Optional[Number] = 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 flet_charts.RadarChart.title_position_percentage_offset value.

textclass-attributeinstance-attribute

text: str = ''

The text displayed for the title.

text_spansclass-attributeinstance-attribute

text_spans: Optional[list[TextSpan]] = None

Inline spans appended to the title.