# Interface CategoricalChartDataOptions

Configuration for how to query aggregate data and assign data to a Categorical chart.

# Properties

# category

category: (StyledColumn | Column)[]

Columns (or attributes) whose values represent categories in the chart.


# seriesToColorMap

seriesToColorMap?: ValueToColorMap | MultiColumnValueToColorMap

Optional mapping of each of the series to colors. (MultiColumnValueToColorMap used only for the Sunburst Chart component)


# value

value: (MeasureColumn | CalculatedMeasureColumn | 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.