boxPlot

Configuration Structure

boxPlot: {
colors: { ... },
upper: string | string[],
lower: string | string[],
points: { ... },
show: boolean,
shape: 'circle' | 'square',
size: number,
jitter: number,
maxPoints: number,
opacity: number,
fillColor: string,
strokeColor: string,
strokeWidth: number,
colorScale: { ... },
colors: string[],
min: number,
max: number,
steps: number,
}

plotOptions

upper

boxPlot.colors.upper

Color for the upper quartile (Q3 to median) of the box plot.

lower

boxPlot.colors.lower

Color for the lower quartile (median to Q1) of the box plot.