RadarChartTitle
        Inherits: BaseControl
Custom title configuration displayed around a RadarChart.
Properties
- 
          angle(Number) –Rotation angle (in degrees) applied to the title. 
- 
          position_percentage_offset(Number | None) –Defines the relative distance of this title from the chart center. 
- 
          text(str) –The text displayed for the title. 
- 
          text_spans(list[TextSpan] | None) –Inline spans appended to the title. 
Properties#
class-attribute
      instance-attribute
  
#
angle: Number = 0
Rotation angle (in degrees) applied to the title.
class-attribute
      instance-attribute
  
#
position_percentage_offset: Number | None = None
Defines 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
RadarChart.title_position_percentage_offset value.