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

Type alias ScattermapMarkers

ScattermapMarkers: object

Markers style configuration of Scattermap chart

Type declaration

fill

fill?: "filled" | "filled-light" | "hollow" | "hollow-bold"

Specifies the fill style of the markers


size

size?: object

Specifies the size configuration for the markers

size.defaultSize

defaultSize?: number

The default size of the markers

size.maxSize

maxSize?: number

The maximum size of the markers when using a "size" data field

size.minSize

minSize?: number

The minimum size of the markers when using a "size" data field

Last Updated: