Visualization - Line - Small Multiples Line

From Q
Jump to navigation Jump to search
VizIcon Small Multiples Line Chart.svg

The Small Multiples - Line Chart feature creates a panel of line charts instead of overlaying the results on the same chart. A line chart displays information as a series of data points connected by straight lines connecting each marker.

Example

The example below use data from a fast-food consumption survey.

Burger tacking table - multiple variable.png

Create a Small Multiples Line Chart in Displayr

1. Go to Insert > Visualization > Small Multiples > Line 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

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