Function: ParallelCoordinateComponent()
ParallelCoordinateComponent(
props
):null
|Element
Defined in: packages/echarts/src/pcp/component/pcp-component.tsx:18
Props for the ParallelCoordinateComponent, extending ParallelCoordinateOutputData which contains the data and configuration for the parallel coordinate plot
This component is used with the callback-component which is part of the LLM function tool to visualize the parallel coordinate plot and its statistics. See definition of callback-component in the LLM function tool documentation for more details.
Parameters
props
ParallelCoordinateOutputData
Returns
null
| Element