Small Multiples View

This component generates a Small Multiples chart: a series of similar plots to be compared. In this component we offer three chart types: line plots, bar charts and scatter plots. Each small multiple visualizes a partition of your input data based on a given categorical column.

DISCLAIMER: if a partition contains more than 10k rows its small multiple is going to show an empty chart for performance reasons. Consider in this case sampling your data before applying this component.

This component is implemented using plotly.js library (version 1.47.4).

Options

Show Axes
Show or hide Small Multiple's axes
Shared Y-Axis
If on, all the Small Multiples share the same y-axis which is the y-axis of the partition containing the highest value in the y-axis.
X Axis Column
Choose a value column you want to see in the Small Multiple's x-axis
Partitioning Column
Choose a categorical column along which you want to partition the data
Y Axis Column
Choose a value column you want to see in the Small Multiple's y-axis
Maximum Number of Partitions
Enter the maximum number of partitions (or Small Multiples). the default value 100 partitions
Number of Columns in Grid (OPTIONAL)
Choose the number of columns you wanna have in your chart.%%00010If 0, the dimensions of the chart will be optimally calculated automatically.
Chart Type
Choose the chart type of the Small Multiples
Chart Title
Enter the chart title

Input Ports

Icon
Should contain at least one categorical column.

Output Ports

This node has no output ports

Nodes

Extensions

Links