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?
optionaldatasetId:string
datasetName
datasetName:
string
height?
optionalheight:number
id
id:
string
isDraggable?
optionalisDraggable:boolean
isExpanded?
optionalisExpanded:boolean
onSelected?
optionalonSelected:OnSelected
setIsExpanded()?
optionalsetIsExpanded: (isExpanded) =>void
Parameters
isExpanded
boolean
Returns
void
showMore?
optionalshowMore:boolean
theme?
optionaltheme:string
variables
variables:
string[]
width?
optionalwidth:number
