Skip to content

Documentation v1.0.0


Documentation / @openassistant/echarts / ParallelCoordinateComponent

Function: ParallelCoordinateComponent()

ParallelCoordinateComponent(props): Element | null

Defined in: components/echarts/src/pcp/pcp-component.tsx:15

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

Element | null

Released under the MIT License.