✅ 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.breakBybreakBy?:
DataPointEntry[]Data point entries for the
breakBydata options#
entries.categorycategory:
DataPointEntry[]Data point entries for the
categorydata options#
entries.valuevalue:
DataPointEntry[]Data point entries for the
valuedata options
# seriesValue
seriesValue?: number | string
Series associated with the data point
# value
value?: number | string
Value of the data point