Skip to content

Documentation v1.0.0


Documentation / @openassistant/echarts / BoxplotOutputData

Type Alias: BoxplotOutputData ​

BoxplotOutputData = object & CreateBoxplotProps

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

The data for the box plot

Type Declaration ​

boxplotData ​

boxplotData: BoxplotDataProps

datasetId? ​

optional datasetId: string

datasetName ​

datasetName: string

height? ​

optional height: number

id ​

id: string

isDraggable? ​

optional isDraggable: boolean

isExpanded? ​

optional isExpanded: boolean

onSelected? ​

optional onSelected: OnSelected

setIsExpanded()? ​

optional setIsExpanded: (isExpanded) => void

Parameters ​

isExpanded ​

boolean

Returns ​

void

showMore? ​

optional showMore: boolean

theme? ​

optional theme: string

variables ​

variables: string[]

width? ​

optional width: number

Released under the MIT License.