Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BoxPlotArrayProps

Hierarchy

Index

Properties

className?: string
color?: string | ((v: number, index: number) => string)

value or value to color function

format?: string | ((v: number, index: number) => string)

label for value to label function

i18n?: Partial<{ boxplot25Quantile: string; boxplot75Quantile: string; boxplotMaximum: string; boxplotMean: string; boxplotMedian: string; boxplotMinimum: string; boxplotNrItems: string }>
style?: CSSProperties
value: readonly Omit<IBoxPlot, "items">[]

the value to render

Methods

  • scale(v: number): number
  • optional scale to convert the number in the 0..1 range

    Parameters

    • v: number

    Returns number

Generated using TypeDoc