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

Type alias AreamapDataPoint

AreamapDataPoint: GeoDataElement & { entries: { color: DataPointEntry[]; geo: DataPointEntry[]; }; }

Data point in an Areamap chart.

AreamapDataPoint.entries

entries?: object

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

entries.color

color: DataPointEntry[]

Data point entries for the color data options

entries.geo

geo: DataPointEntry[]

Data point entries for the geo data options

Last Updated: