SankeyChartComponentProps
SankeyChartComponent props
Extends
Omit<BaseChartProps,"data">
Properties
className?
optionalclassName:string
Optional class name to set on the chart's root element.
Inherited from
csvData?
optionalcsvData:string
Optional data to load into the chart (in CSV format)
dataSourceFilter?
optionaldataSourceFilter:ChartModelFilter
Optional filter to apply to the chart's data source.
Inherited from
BaseChartProps.dataSourceFilter
interactive?
optionalinteractive:boolean
Whether the chart is interactive.
Inherited from
jsonData?
optionaljsonData: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?
optionalpivot:string
Optional property to pivot the sankey chart on.
reactive?
optionalreactive:boolean
Whether or not to respond to changes in the url or data prop. Defaults to true.
Inherited from
style?
optionalstyle:Record<string,any>
Optional style object
Inherited from
url?
optionalurl:string
URL to load data from