docs: small multiples (faceted charts) configuration page - #11461
docs: small multiples (faceted charts) configuration page#11461igorlukanin wants to merge 2 commits into
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Claude finished @igorlukanin's task in 1m 23s —— View job Docs-only PR, reads well — 3 low-severity notes, all posted inlineFull review
What's good
Notes (all inline)
Not verifiable from this repoThe chart UI isn't in this repo — no source matches for One optional thought: the PR title says "faceted charts" and |
| "docs/explore-analyze/charts/configuration/series-mapping", | ||
| "docs/explore-analyze/charts/configuration/series-configuration", | ||
| "docs/explore-analyze/charts/configuration/color-and-stacking", | ||
| "docs/explore-analyze/charts/configuration/color-and-stacking", "docs/explore-analyze/charts/configuration/small-multiples", |
There was a problem hiding this comment.
Two page entries on one line — every other entry in this pages array (and in the file generally) is on its own line. Worth splitting so future diffs on either page touch only their own line.
| "docs/explore-analyze/charts/configuration/color-and-stacking", "docs/explore-analyze/charts/configuration/small-multiples", | |
| "docs/explore-analyze/charts/configuration/color-and-stacking", | |
| "docs/explore-analyze/charts/configuration/small-multiples", |
| | **Axis scales** | Whether panels share one set of axes (**Shared**) or each scales to its own data (**Independent**). | | ||
| | **Sort panels by** | Orders the panels by the dimension's own values (**Value**) or by a measure (**Measure**). | | ||
| | **Sort order** | **Ascending** or **Descending**. | | ||
| | **Show panel titles** | Whether each panel is labelled with its dimension value. | |
There was a problem hiding this comment.
labelled is the British spelling; the rest of the docs use labeled (e.g. chart-types/bar.mdx, explore-analyze/skills.mdx). This is the only occurrence of labelled in docs-mintlify/docs.
| | **Show panel titles** | Whether each panel is labelled with its dimension value. | | |
| | **Show panel titles** | Whether each panel is labeled with its dimension value. | |
| ## Limitations | ||
|
|
||
| - **One split dimension.** A single grid axis, wrapped into rows by the **Columns** setting. Splitting by two dimensions at once (a row × column matrix) is not supported. |
There was a problem hiding this comment.
Boxplot falls through both lists: series-mapping.mdx documents it as an X/Y cartesian type, but it appears neither in the supported set ("Bar, line, area, and scatter") nor in the explicitly-unsupported one. If boxplot can't be split, adding it to the second list closes the gap; if it can, the supported list (and the Split by row in series-mapping.mdx) needs it.
…n both scale modes
|
Claude finished @igorlukanin's task in 1m 19s —— View job Re-review of the new commit — the clarification is a net improvement; 3 prior threads still open, 1 new nitFull review
What the new commit changes
The "Shared vs. Independent" section now reads as: what stays the same → what changes → when to switch. That's the right order. Prior threads — all three still apply, none resolved
I left these unresolved rather than replying on each — the unresolved state is the signal. New note (inline,
|
|
|
||
| ### Shared vs. independent axis scales | ||
|
|
||
| Every panel is labelled with its own x and y axis either way. What the setting changes is the scale those axes are drawn against. |
There was a problem hiding this comment.
Two style nits on this new sentence:
labelledagain (same British spelling as line 30) — the rest ofdocs-mintlify/docsuseslabeled.x and y axis— every other chart page capitalizes these (X axis,Y axis; seechart-types/bar.mdx:12,chart-types/heatmap.mdx:12), and here it's two axes, not one.
| Every panel is labelled with its own x and y axis either way. What the setting changes is the scale those axes are drawn against. | |
| Every panel is labeled with its own X and Y axes either way. What the setting changes is the scale those axes are drawn against. |
Summary
Documents small multiples — splitting a chart into a grid of panels, one per value of a dimension.
charts/configuration/small-multiples, covering the Split by picker, the six options (Columns, Axis scales, Sort panels by, Sort order, Show panel titles, Max panels), how shared vs. independent scales change what the grid is good for, how the panel cap interacts with sorting, and the limitations.configuration/, notchart-types/: small multiples is a setting applied to bar, line, area, and scatter charts, whereas everychart-types/page documents one mark.docs.jsonnav, plus a Split by row in the series-mapping channel table.Test plan
docs.jsonparses; the new page is in the "Configure charts" group