sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Type alias ScatterDataPoint

ScatterDataPoint: object

Data point in a Scatter chart.

Type declaration

breakByColor

breakByColor?: string

Value of the break by color


breakByPoint

breakByPoint?: string

Value of the break by point


entries

entries?: object

A collection of data point entries that represents values for all related dataOptions.

entries.breakByColor

breakByColor?: DataPointEntry

Data point entry for the breakByColor data options

entries.breakByPoint

breakByPoint?: DataPointEntry

Data point entry for the breakByPoint data options

entries.size

size?: DataPointEntry

Data point entry for the size data options

entries.x

x?: DataPointEntry

Data point entry for the x data options

entries.y

y?: DataPointEntry

Data point entry for the y data options


size

size?: number

Size of the data point


x

x?: number | string

Value of the x axis


y

y?: number | string

Value of the y axis

Last Updated: