# Interface CategoricalChartDataOptions
Configuration for how to query aggregate data and assign data to a Categorical chart.
# Properties
# category
category: (
Column
|StyledColumn
)[]
Columns (or attributes) whose values represent categories in the chart.
# seriesToColorMap
seriesToColorMap?:
MultiColumnValueToColorMap
|ValueToColorMap
Optional mapping of each of the series to colors. (MultiColumnValueToColorMap used only for the Sunburst Chart component)
# value
value: (
CalculatedMeasureColumn
|MeasureColumn
|StyledMeasureColumn
)[]
Measure columns (or measures) whose values are scaled to visual elements of the chart. For example, the size of the pie slices of a pie chart.
Values are typically used to represent numeric data.