Skip to content

Documentation v1.0.0


Documentation / @openassistant/echarts / BoxplotComponent

Function: BoxplotComponent()

BoxplotComponent(props): Element | null

Defined in: components/echarts/src/boxplot/box-plot-component.tsx:68

Component that renders a box plot visualization with optional expanded statistics table. See BoxplotComponentContainer for detailed usage and features.

Parameters

props

BoxplotOutputData

BoxplotOutputData Configuration and data for the box plot

Returns

Element | null

Box plot visualization with optional detailed statistics table

Released under the MIT License.