Documentation / @openassistant/plots / BoxplotDataProps
Type Alias: BoxplotDataProps
BoxplotDataProps =
object
Defined in: echarts/boxplot/utils.ts:58
Output data structure compatible with eCharts boxplot series
Properties
boxplots
boxplots:
BoxplotProps[]
Defined in: echarts/boxplot/utils.ts:60
Array of boxplot statistical properties for each data group
meanPoint
meanPoint: [
string,number][]
Defined in: echarts/boxplot/utils.ts:62
Array of [groupName, meanValue] pairs for rendering mean points
