Interface: BoxPlotSeriesOptions
Extends
Omit<SeriesBaseOptions,"yField"|"name">
Properties
capLengthRatio?
optionalcapLengthRatio?:number
Whisker cap width as a fraction of the box width.
fill?
optionalfill?:string
fillOpacity?
optionalfillOpacity?:number
id?
optionalid?:string
Inherited from
maxField
maxField:
string
medianField
medianField:
string
minField
minField:
string
name?
optionalname?:string
q1Field
q1Field:
string
q3Field
q3Field:
string
showInLegend?
optionalshowInLegend?:boolean
Inherited from
LineSeriesOptions.showInLegend
stroke?
optionalstroke?:string
strokeWidth?
optionalstrokeWidth?:number
tooltip?
optionaltooltip?:Switchable&object
Type Declaration
renderer?
optionalrenderer?: (params) =>string|TooltipContentData
Parameters
params
SeriesTooltipRendererParams
Returns
string | TooltipContentData
Inherited from
type
type:
"box-plot"
visible?
optionalvisible?:boolean
Inherited from
xField
xField:
string
Inherited from
xName?
optionalxName?:string