Skip to content

grafit-charts


Interface: NightingaleSeriesOptions

Extends

  • RadialSectorSeriesBaseOptions

Properties

angleField

angleField: string

Inherited from

RadialSectorSeriesBaseOptions.angleField


fill?

optional fill?: string

Inherited from

RadialSectorSeriesBaseOptions.fill


fillOpacity?

optional fillOpacity?: number

Inherited from

RadialSectorSeriesBaseOptions.fillOpacity


groupGap?

optional groupGap?: number

Gap between sectors of one angle group (radial-column) — fraction of the slot step (0–0.9, default 0.2). Ignored when the series is alone in the band.

Inherited from

RadialSectorSeriesBaseOptions.groupGap


id?

optional id?: string

Inherited from

RadialSectorSeriesBaseOptions.id


name?

optional name?: string

Inherited from

RadialSectorSeriesBaseOptions.name


radiusField

radiusField: string

Inherited from

RadialSectorSeriesBaseOptions.radiusField


sectorSpacing?

optional sectorSpacing?: number

Constant-width gap between adjacent sectors, px (1 by default).

Inherited from

RadialSectorSeriesBaseOptions.sectorSpacing


showInLegend?

optional showInLegend?: boolean

Inherited from

RadialSectorSeriesBaseOptions.showInLegend


stroke?

optional stroke?: string

Inherited from

RadialSectorSeriesBaseOptions.stroke


strokeWidth?

optional strokeWidth?: number

Inherited from

RadialSectorSeriesBaseOptions.strokeWidth


tooltip?

optional tooltip?: Switchable & object

Type Declaration

renderer?

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

Parameters
params

RadialTooltipRendererParams

Returns

string | TooltipContentData

Inherited from

RadialSectorSeriesBaseOptions.tooltip


type

type: "nightingale"


visible?

optional visible?: boolean

Inherited from

RadialSectorSeriesBaseOptions.visible