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 = 0Rotation angle (in degrees) applied to the title.
position_percentage_offsetclass-attributeinstance-attribute
position_percentage_offset: Optional[Number] = NoneDefines the relative distance of this title from the chart center.
0draws this title near the inside edge of each section.1draws 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.