Skip to content

grafit-charts


Interface: BoxPlotSeriesOptions

Extends

  • Omit<SeriesBaseOptions, "yField" | "name">

Properties

capLengthRatio?

optional capLengthRatio?: number

Whisker cap width as a fraction of the box width.


fill?

optional fill?: string


fillOpacity?

optional fillOpacity?: number


id?

optional id?: string

Inherited from

LineSeriesOptions.id


maxField

maxField: string


medianField

medianField: string


minField

minField: string


name?

optional name?: string


q1Field

q1Field: string


q3Field

q3Field: string


showInLegend?

optional showInLegend?: boolean

Inherited from

LineSeriesOptions.showInLegend


stroke?

optional stroke?: string


strokeWidth?

optional strokeWidth?: number


tooltip?

optional tooltip?: Switchable & object

Type Declaration

renderer?

optional renderer?: (params) => string | TooltipContentData

Parameters
params

SeriesTooltipRendererParams

Returns

string | TooltipContentData

Inherited from

LineSeriesOptions.tooltip


type

type: "box-plot"


visible?

optional visible?: boolean

Inherited from

Showable.visible


xField

xField: string

Inherited from

LineSeriesOptions.xField


xName?

optional xName?: string

Inherited from

LineSeriesOptions.xName