Skip to main content

SankeyChartComponentProps

SankeyChartComponent props

Extends

Properties

className?

optional className: string

Optional class name to set on the chart's root element.

Inherited from

BaseChartProps.className


csvData?

optional csvData: string

Optional data to load into the chart (in CSV format)


dataSourceFilter?

optional dataSourceFilter: ChartModelFilter

Optional filter to apply to the chart's data source.

Inherited from

BaseChartProps.dataSourceFilter


interactive?

optional interactive: boolean

Whether the chart is interactive.

Inherited from

BaseChartProps.interactive


jsonData?

optional jsonData: VisuallyJsDefaultJSON

Optional data to load into the chart (in VisuallyJs default json format)


options

options: Omit<SankeyOptions, "data" | "url" | "model">

Options for the sankey chart


pivot?

optional pivot: string

Optional property to pivot the sankey chart on.


reactive?

optional reactive: boolean

Whether or not to respond to changes in the url or data prop. Defaults to true.

Inherited from

BaseChartProps.reactive


style?

optional style: Record<string, any>

Optional style object

Inherited from

BaseChartProps.style


url?

optional url: string

URL to load data from

Inherited from

BaseChartProps.url