Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / BoxplotAdditionalData

Type Alias: BoxplotAdditionalData ​

BoxplotAdditionalData = object

Defined in: echarts/boxplot/tool.ts:117

Properties ​

boundIQR ​

boundIQR: number

Defined in: echarts/boxplot/tool.ts:122


boxplotData ​

boxplotData: BoxplotDataProps

Defined in: echarts/boxplot/tool.ts:121


data? ​

optional data: Record<string, number[]>

Defined in: echarts/boxplot/tool.ts:123


datasetName ​

datasetName: string

Defined in: echarts/boxplot/tool.ts:119


id ​

id: string

Defined in: echarts/boxplot/tool.ts:118


isDraggable? ​

optional isDraggable: boolean

Defined in: echarts/boxplot/tool.ts:125


isExpanded? ​

optional isExpanded: boolean

Defined in: echarts/boxplot/tool.ts:126


onSelected? ​

optional onSelected: OnSelected

Defined in: echarts/boxplot/tool.ts:127


theme? ​

optional theme: string

Defined in: echarts/boxplot/tool.ts:124


variables ​

variables: string[]

Defined in: echarts/boxplot/tool.ts:120

Released under the MIT License.