Skip to content

Documentation v1.0.0


Documentation / @openassistant/plots / CreateBoxplotProps

Type Alias: CreateBoxplotProps ​

CreateBoxplotProps = object

Defined in: echarts/boxplot/utils.ts:17

Properties required to create a boxplot visualization

Properties ​

boundIQR ​

boundIQR: number

Defined in: echarts/boxplot/utils.ts:28

The boundIQR to use for the boxplot


data ​

data: object

Defined in: echarts/boxplot/utils.ts:21

The data to create the boxplot from

Index Signature ​

[key: string]: number[]

Released under the MIT License.