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&PartLabelBlockOptions<MarkerLabelFormatterParams> &object
Point labels: the name of the point (labelField) and its value, drawn as one block — each half with its own font, layout putting the value behind a separator (default) or on a line of its own. placement hangs the block off the marker: top (by default) / bottom / left / right / inside.
Type Declaration
formatter?
optionalformatter?: (params) =>string
The whole label at once; it wins over category/value.
Parameters
params
datum
value
number
Returns
string
placement?
optionalplacement?:"top"|"right"|"bottom"|"left"|"inside"
inside — within the marker (for bubble), auto-contrast + outline.
Inherited from
MarkerSeriesBaseOptions.label
labelField?
optionallabelField?:string
Data key of the point name — the heading of its tooltip and the name half of its label. Without it a point is only known by its coordinates.
Inherited from
MarkerSeriesBaseOptions.labelField
labelName?
optionallabelName?:Formattable<PartNameParams>
How the value of labelField becomes text — for the tooltip heading and the name half of a point label alike. label.category overrides it where a label wants something shorter.
Inherited from
MarkerSeriesBaseOptions.labelName
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
yName?
optionalyName?:string
Y value name in the tooltip (yField by default).
Inherited from
MarkerSeriesBaseOptions.yName