Visualization - Column - Small Multiples Column
Jump to navigation
Jump to search
The Small Multiples - Column Chart feature creates a panel of column charts, rather than clustering or stacking columns on the same chart. A column chart presents categorical data with vertical rectangular bars representing the values or proportions.
Examples
The examples below use data from a soft drink tracking study. The visualization shows the cola preferences of both male and female respondents.
Create a Small Multiples Column Chart in Displayr
- 1. Go to Insert > Visualization > Small Multiples > Column Chart
- 2. Under Inputs > DATA SOURCE > Output in ‘Pages’, select your table from the dropdown menu
Object Inspector Options
The following is an explanation of the options available in the Object Inspector for this specific visualization. Refer to Visualization Options for general chart formatting options.
More Information
Code
{
"formChartType": "Column",
"formStackSeries": false,
"formSmallMultiples": true,
"formAsPercentages": false,
"formScatterLabelType": "As hover text"
}