Interface: ScatterSeriesOptions
Extends
MarkerSeriesBaseOptions
Properties
fill?
optionalfill?:string
Inherited from
MarkerSeriesBaseOptions.fill
fillOpacity?
optionalfillOpacity?:number
Inherited from
MarkerSeriesBaseOptions.fillOpacity
id?
optionalid?:string
Inherited from
MarkerSeriesBaseOptions.id
itemStyler?
optionalitemStyler?:Styler<MarkerItemStylerParams,MarkerItemStyle>
Inherited from
MarkerSeriesBaseOptions.itemStyler
label?
optionallabel?:Switchable&FontOptions&object
Value labels at points: top (by default) / bottom / left / right.
Type Declaration
formatter?
optionalformatter?: (params) =>string
Parameters
params
datum
value
number
Returns
string
placement?
optionalplacement?:"left"|"right"|"bottom"|"top"|"inside"
inside — within the marker (for bubble), auto-contrast + outline.
Inherited from
MarkerSeriesBaseOptions.label
name?
optionalname?:string
Inherited from
MarkerSeriesBaseOptions.name
shape?
optionalshape?:MarkerShape
Inherited from
MarkerSeriesBaseOptions.shape
showInLegend?
optionalshowInLegend?:boolean
Inherited from
MarkerSeriesBaseOptions.showInLegend
size?
optionalsize?:number
Inherited from
MarkerSeriesBaseOptions.size
stroke?
optionalstroke?:string
Inherited from
MarkerSeriesBaseOptions.stroke
strokeWidth?
optionalstrokeWidth?:number
Inherited from
MarkerSeriesBaseOptions.strokeWidth
tooltip?
optionaltooltip?:Switchable&object
Type Declaration
renderer?
optionalrenderer?: (params) =>string|TooltipContentData
Parameters
params
SeriesTooltipRendererParams
Returns
string | TooltipContentData
Inherited from
MarkerSeriesBaseOptions.tooltip
type
type:
"scatter"
visible?
optionalvisible?:boolean
Inherited from
MarkerSeriesBaseOptions.visible
xField
xField:
string
Inherited from
MarkerSeriesBaseOptions.xField
xName?
optionalxName?:string
Inherited from
MarkerSeriesBaseOptions.xName
yField
yField:
string
Inherited from
MarkerSeriesBaseOptions.yField