Skip to main content

Type Alias: BoxplotDataProps

BoxplotDataProps: object

Defined in: packages/echarts/src/boxplot/component/utils.ts:55

Output data structure compatible with eCharts boxplot series

Type declaration

boxplots

boxplots: BoxplotProps[]

Array of boxplot statistical properties for each data group

meanPoint

meanPoint: [string, number][]

Array of [groupName, meanValue] pairs for rendering mean points