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).
- Type: TableInput Data TableShould contain at least one categorical column.