Visualization - Area - Small Multiples Area

From Q
Jump to navigation Jump to search

The Small Multiples - Area Chart feature creates a panel of area charts, rather than stacking or overlaying the results.

Example

The examples below use data from a fast-food consumption survey. The following visualizations show the fast-food consumption habits of respondents over time, using the following table.

Create a Small Multiples Area Chart in Displayr

1. Go to Insert > Visualization > Small multiples > Area 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

What are small multiples?
The psychology of small multiples


Code

▶ Show Code

{
    "formChartType": "Area",
    "formStackSeries": false,
    "formSmallMultiples": true,
    "formAsPercentages": false,
    "formScatterLabelType": "As hover text"
}