Type Alias: BoxplotDataProps
BoxplotDataProps:
object
Defined in: packages/tools/plots/src/echarts/boxplot/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