Skip to content

grafit-charts


Interface: ScatterSeriesOptions

Extends

  • MarkerSeriesBaseOptions

Properties

fill?

optional fill?: string

Inherited from

MarkerSeriesBaseOptions.fill


fillOpacity?

optional fillOpacity?: number

Inherited from

MarkerSeriesBaseOptions.fillOpacity


id?

optional id?: string

Inherited from

MarkerSeriesBaseOptions.id


itemStyler?

optional itemStyler?: Styler<MarkerItemStylerParams, MarkerItemStyle>

Inherited from

MarkerSeriesBaseOptions.itemStyler


label?

optional label?: Switchable & FontOptions & object

Value labels at points: top (by default) / bottom / left / right.

Type Declaration

formatter?

optional formatter?: (params) => string

Parameters
params
datum

Datum

value

number

Returns

string

placement?

optional placement?: "left" | "right" | "bottom" | "top" | "inside"

inside — within the marker (for bubble), auto-contrast + outline.

Inherited from

MarkerSeriesBaseOptions.label


name?

optional name?: string

Inherited from

MarkerSeriesBaseOptions.name


shape?

optional shape?: MarkerShape

Inherited from

MarkerSeriesBaseOptions.shape


showInLegend?

optional showInLegend?: boolean

Inherited from

MarkerSeriesBaseOptions.showInLegend


size?

optional size?: number

Inherited from

MarkerSeriesBaseOptions.size


stroke?

optional stroke?: string

Inherited from

MarkerSeriesBaseOptions.stroke


strokeWidth?

optional strokeWidth?: number

Inherited from

MarkerSeriesBaseOptions.strokeWidth


tooltip?

optional tooltip?: Switchable & object

Type Declaration

renderer?

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

Parameters
params

SeriesTooltipRendererParams

Returns

string | TooltipContentData

Inherited from

MarkerSeriesBaseOptions.tooltip


type

type: "scatter"


visible?

optional visible?: boolean

Inherited from

MarkerSeriesBaseOptions.visible


xField

xField: string

Inherited from

MarkerSeriesBaseOptions.xField


xName?

optional xName?: string

Inherited from

MarkerSeriesBaseOptions.xName


yField

yField: string

Inherited from

MarkerSeriesBaseOptions.yField