Documentation / @openassistant/echarts / ParallelCoordinateOutputData
Interface: ParallelCoordinateOutputData
Defined in: components/echarts/src/pcp/pcp.tsx:33
Props for the Parallel Coordinate Plot component ParallelCoordinateOutputData
Properties
datasetName
datasetName:
string
Defined in: components/echarts/src/pcp/pcp.tsx:35
Name of the dataset being visualized
id
id:
string
Defined in: components/echarts/src/pcp/pcp.tsx:34
Unique identifier for the component
isDraggable?
optionalisDraggable:boolean
Defined in: components/echarts/src/pcp/pcp.tsx:40
Optional flag to enable dragging
isExpanded?
optionalisExpanded:boolean
Defined in: components/echarts/src/pcp/pcp.tsx:41
Optional flag for expanded state
onSelected?
optionalonSelected:OnSelected
Defined in: components/echarts/src/pcp/pcp.tsx:43
pcp
Defined in: components/echarts/src/pcp/pcp.tsx:37
Configuration for parallel coordinate plot
rawData
rawData:
Record<string,number[]>
Defined in: components/echarts/src/pcp/pcp.tsx:38
Raw data for the plot, mapping variable names to arrays of values
setIsExpanded()?
optionalsetIsExpanded: (isExpanded) =>void
Defined in: components/echarts/src/pcp/pcp.tsx:42
Optional callback to handle expansion state changes
Parameters
isExpanded
boolean
Returns
void
theme?
optionaltheme:string
Defined in: components/echarts/src/pcp/pcp.tsx:39
Optional theme name for the chart ('dark' by default)
variables
variables:
string[]
Defined in: components/echarts/src/pcp/pcp.tsx:36
Array of variable names to display
