⚠️ You are viewing documentation for an older 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
# seriesValue
seriesValue?: number | string
Series associated with the data point
# value
value?: number | string
Value of the data point