Interface: WaterfallSeriesOptions
Extends
SeriesBaseOptions
Properties
cornerRadius?
optionalcornerRadius?:number
id?
optionalid?:string
Inherited from
SeriesBaseOptions.id
item?
optionalitem?:object
negative?
optionalnegative?:object
negative.fill?
optionalfill?:string
positive?
optionalpositive?:object
positive.fill?
optionalfill?:string
total?
optionaltotal?:object
total.fill?
optionalfill?:string
label?
optionallabel?:Switchable&FontOptions&object
Value labels: same placements as bar (top, inner-top, center, …).
Type Declaration
formatter?
optionalformatter?: (params) =>string
Parameters
params
datum
isTotal
boolean
value
number
Returns
string
placement?
optionalplacement?:RectLabelPlacement
line?
optionalline?:object
Connector lines between bars.
enabled?
optionalenabled?:boolean
stroke?
optionalstroke?:string
name?
optionalname?:string
Inherited from
SeriesBaseOptions.name
showInLegend?
optionalshowInLegend?:boolean
Inherited from
SeriesBaseOptions.showInLegend
tooltip?
optionaltooltip?:Switchable&object
Type Declaration
renderer?
optionalrenderer?: (params) =>string|TooltipContentData
Parameters
params
SeriesTooltipRendererParams
Returns
string | TooltipContentData
Inherited from
SeriesBaseOptions.tooltip
totals?
optionaltotals?:number[]
Data indices that are subtotals (bar drawn from zero).
type
type:
"waterfall"
visible?
optionalvisible?:boolean
Inherited from
SeriesBaseOptions.visible
xField
xField:
string
Inherited from
SeriesBaseOptions.xField
xName?
optionalxName?:string
Inherited from
SeriesBaseOptions.xName
yField
yField:
string
Inherited from
SeriesBaseOptions.yField