boxPlot

Configuration Structure

boxPlot: {
colors: { ... },
upper: string | string[],
lower: string | string[],
}

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.