docs: show/hide first/last N rows and column limit in chart config#587
Merged
charliedowler merged 4 commits intomainfrom Apr 30, 2026
Merged
docs: show/hide first/last N rows and column limit in chart config#587charliedowler merged 4 commits intomainfrom
charliedowler merged 4 commits intomainfrom
Conversation
…config Adds a new "Data" section to guides/configure-charts.mdx covering both the row-limit Switch (Show/Hide × First/Last × N) and the per-chart column limit for pivoted cartesian charts. Adds a parallel "Limiting displayed rows" section to references/chart-types/table.mdx for the table chart, including the non-pivoted-tables-only constraint. The existing pivot column-limits section in table.mdx is left as-is since it documents a different concept (system-wide pivot cap from LIGHTDASH_PIVOT_TABLE_MAX_COLUMN_LIMIT) — the new per-chart column limit is for cartesian charts only. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
7 tasks
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Adds the screenshot of the "Limit displayed rows" Switch with its Show/Hide × First/Last × N controls in the cartesian chart config. Removes the two image references for the column-limit and table row-limit controls — those screenshots are not yet captured, so the text-only sections render cleanly without broken image icons. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
Captures the Column limit input set to 2 alongside the bar chart showing only 2 of 3 pivot series after the limit takes effect. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
🤖 Documentation Bot✅ All checks passed! No issues found. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
guides/configure-charts.mdxdescribing the in-chart row-limit Switch (Show/Hide × First/Last × N) and the per-chart column limit for pivoted cartesian charts.references/chart-types/table.mdxcovering the same row-limit control for tables, with a note that it's only available on non-pivoted tables.Context
Both controls are gated by feature flags (
show-hide-rows,show-hide-columns). The companion lightdash PR (lightdash/lightdash#22582) flips both flags to default-enabled in the DB so this documentation reflects the out-of-the-box experience.The existing pivot column-limits section in
table.mdxis intentionally untouched — it documents a different, system-wide cap (LIGHTDASH_PIVOT_TABLE_MAX_COLUMN_LIMIT) that errors when exceeded, whereas the new per-chart column limit silently keeps the first N pivot groups in cartesian charts only.Test plan
mintlify devlocally and verify:/guides/configure-chartsrenders the new Data section with both subsections and the example tables/references/chart-types/tablerenders the new Limiting displayed rows section#limiting-displayed-rows) navigates correctly#column-limitsresolvesimages/guides/configure-charts/chart-config-row-limit.png,images/guides/configure-charts/chart-config-column-limit.png, andimages/references/chart-types/table/row-limit.pngbefore merge🤖 Generated with Claude Code