Properties
Optional className
className?: string
Optional color
color?: string | ((v: number, index: number) => string)
Optional format
format?: string | ((v: number, index: number) => string)
Optional i18n
i18n?: Partial<{ boxplot25Quantile: string; boxplot75Quantile: string; boxplotMaximum: string; boxplotMean: string; boxplotMedian: string; boxplotMinimum: string; boxplotNrItems: string }>
Optional style
style?: CSSProperties
value
value
: readonly Omit<IBoxPlot, "items">[]
value or value to color function