Skip to main content
SankeyChartComponentProps
SankeyChartComponent props
NameTypeDescription
className?stringOptional class name to set on the chart's root element.
csvData?stringOptional data to load into the chart (in CSV format)
dataSourceFilter?ChartModelFilterOptional filter to apply to the chart's data source.
interactive?booleanWhether the chart is interactive.
jsonData?VisuallyJsDefaultJSONOptional data to load into the chart (in VisuallyJs default json format)
optionsOmit<SankeyOptions,"data" | "url" | "model">Options for the sankey chart
pivot?stringOptional property to pivot the sankey chart on.
reactive?booleanWhether or not to respond to changes in the url or data prop. Defaults to true.
style?Record<string,any>Optional style object
url?stringURL to load data from