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 Configuration and data for the box plot
Returns
Element | null
Box plot visualization with optional detailed statistics table
