Skip to content

RadarShape

Inherits: Enum

Shape of the radar grid and data polygons.

Properties

  • CIRCLE –

    Draws radial circles for the grid and data outlines.

  • POLYGON –

    Draws straight-edged polygons for the grid and data outlines.

Properties#

CIRCLE = 'circle' class-attribute instance-attribute #

Draws radial circles for the grid and data outlines.

POLYGON = 'polygon' class-attribute instance-attribute #

Draws straight-edged polygons for the grid and data outlines.