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

# Type alias DataPoint

DataPoint: object

Data point in a regular chart.

# Type declaration

# categoryDisplayValue

categoryDisplayValue?: string

Display value of categorical value of the data point


# categoryValue

categoryValue?: number | string

Categorical value of the data point


# entries

entries?: object

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

# entries.breakBy

breakBy?: DataPointEntry[]

Data point entries for the breakBy data options

# entries.category

category: DataPointEntry[]

Data point entries for the category data options

# entries.value

value: DataPointEntry[]

Data point entries for the value data options


# seriesValue

seriesValue?: number | string

Series associated with the data point


# value

value?: number | string

Value of the data point