Skip to content

grafit-charts


Interface: SankeySeriesOptions

Extends

  • StandaloneSeriesBaseOptions

Properties

fills?

optional fills?: string[]

Inherited from

StandaloneSeriesBaseOptions.fills


fromField

fromField: string


id?

optional id?: string

Inherited from

StandaloneSeriesBaseOptions.id


label?

optional label?: Switchable & FontOptions & object

Node labels.

Type Declaration

formatter?

optional formatter?: (params) => string

Parameters
params
name

string

total

number

Returns

string


linkOpacity?

optional linkOpacity?: number

Opacity of the flow ribbons (0.35 by default).


node?

optional node?: object

spacing?

optional spacing?: number

width?

optional width?: number


showInLegend?

optional showInLegend?: boolean

Inherited from

StandaloneSeriesBaseOptions.showInLegend


sizeField

sizeField: string


toField

toField: string


type

type: "sankey"


visible?

optional visible?: boolean

Inherited from

StandaloneSeriesBaseOptions.visible