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

Interface CategoricalChartDataOptions

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

Properties

category

category: (CalculatedColumn | Column | StyledColumn)[]

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

For funnel charts, only the first 50 categories will be used.


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.

Last Updated: