Visualization - Line - Small Multiples Line
Jump to navigation
Jump to search
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.
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
Code
{
"formChartType": "Line",
"formStackSeries": false,
"formSmallMultiples": true,
"formAsPercentages": false,
"formScatterLabelType": "As hover text"
}