Skip to content

grafit-charts


Interface: RadarAreaSeriesOptions

Extends

  • RadarSeriesBaseOptions

Properties

angleField

angleField: string

Category along the angle.

Inherited from

RadarSeriesBaseOptions.angleField


fillOpacity?

optional fillOpacity?: number

Inherited from

RadarSeriesBaseOptions.fillOpacity


id?

optional id?: string

Inherited from

RadarSeriesBaseOptions.id


marker?

optional marker?: Switchable & object

Type Declaration

shape?

optional shape?: MarkerShape

size?

optional size?: number

Inherited from

RadarSeriesBaseOptions.marker


name?

optional name?: string

Inherited from

RadarSeriesBaseOptions.name


radiusField

radiusField: string

Value along the radius.

Inherited from

RadarSeriesBaseOptions.radiusField


showInLegend?

optional showInLegend?: boolean

Inherited from

RadarSeriesBaseOptions.showInLegend


stroke?

optional stroke?: string

Inherited from

RadarSeriesBaseOptions.stroke


strokeWidth?

optional strokeWidth?: number

Inherited from

RadarSeriesBaseOptions.strokeWidth


tooltip?

optional tooltip?: Switchable & object

Type Declaration

renderer?

optional renderer?: (params) => string | TooltipContentData

Parameters
params

RadarTooltipRendererParams

Returns

string | TooltipContentData

Inherited from

RadarSeriesBaseOptions.tooltip


type

type: "radar-area"


visible?

optional visible?: boolean

Inherited from

RadarSeriesBaseOptions.visible