Skip to content

grafit-charts


Interface: RadarLineSeriesOptions

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


label?

optional label?: Switchable & FontOptions & object

Value labels on the vertices. placement hangs the label off its point: 'outward' (the default) pushes it away from the centre along the spoke, where the web is empty whichever way the point leans; the four sides and 'inside' behave as they do on a line.

Type Declaration

formatter?

optional formatter?: (params) => string

Parameters
params
datum

Datum

value

number

Returns

string

placement?

optional placement?: RadarLabelPlacement

Inherited from

RadarSeriesBaseOptions.label


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-line"


visible?

optional visible?: boolean

Inherited from

RadarSeriesBaseOptions.visible